#F21DAD

Color #F21DAD Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #F21DAD

Tints of Spicy Pink #F21DAD

Color information

#F21DAD (or 0xF21DAD) is unknown color: approx Spicy Pink. HEX triplet: F2, 1D and AD. RGB value is (242,29,173). Sum of RGB (Red+Green+Blue) = 242+29+173=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21DAD is #0DE252. Grayscale: #6C6C6C. Windows color (decimal): -909907 or 11345394. OLE color: 11345394.

HSL color Cylindrical-coordinate representation of color #F21DAD: hue angle of 319.44º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21DAD is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB24229173-
CMYK00.880.290.05
HSL319.44º89.12%53.14%-
HSV(B)319.44º88.02%94.9%-
XYZ44.622.7741.58-
YUV109.1164.07222.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 54.50%
GREEN value IS 29 (11.72% from 255) = 6.53%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=54.50%
G=6.53%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422917300.880.290.05319.4489.1253.14
HexF21DAD0581D513f5935
Octal36235255013035547713165
Binary11110010111011010110101011000111011011001111111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21DAD; }

 p { color: rgb(242,29,173); }

 H1.HeaderClassName
 {
   color: #F21DAD;
 }
 .AnyTagClassName
 {
   color: #F21DAD;
 }
</style>
background-color css

<style>
 a { background-color: #F21DAD; }

 a { background-color: rgb(242,29,173); }

 div.DivClassName
 {
   background-color: #F21DAD;
 }
 .BgClassName
 {
   background-color: #F21DAD;
 }
</style>
border-color css

<style>
 span { border-color: #F21DAD; }

 span { border-color: rgb(242,29,173); }

 td.TdClassName
 {
   border-color: #F21DAD;
 }
 .TagClassName
 {
   border-color: #F21DAD;
 }
</style>