Html Css Color HEX #F21290 Deep Pink

📋 copy color: '#F21290'

red 242 ◦ green 18 ◦ blue 144

#F21290
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F21290

Tints of Deep Pink #F21290

RGB

 RED value IS 242 (94.92% from 255) = 59.9%

 GREEN value IS 18 (7.42% from 255) = 4.46%

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 59.9%
G = 4.46%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F21290 (or 0xF21290) is known color: Deep Pink. HEX triplet: F2, 12 and 90. RGB value is (242,18,144). Sum of RGB (Red+Green+Blue) = 242+18+144=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F21290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21290 is #0DED6F. Grayscale: #636363. Windows color (decimal): -912752 or 9442034. OLE color: 9442034.

HSL color Cylindrical-coordinate representation of color #F21290: hue angle of 326.25º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21290 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 18 144 -
CMYK 0 0.93 0.40 0.05
HSL 326.25º 0.9% 0.51% -
HSV(B) 326.25º 0.93% 0.95% -
XYZ 41.87 21.32 28.29 -
YUV 99.34 153.21 229.75 -
System Red Green Blue C M Y K H S L
Decimal 242 18 144 0 0.93 0.40 0.05 326.25 0.9 0.51
Hex F2 12 90 0 5D 28 5 146 5A 33
Octal 362 22 220 0 135 50 5 506 132 63
Binary 11110010 10010 10010000 0 1011101 101000 101 101000110 1011010 110011

Color Harmonies of #F21290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21290

Black with #F21290

Text Example


Text Example

White with #F21290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21290; }

 p { color: rgb(242,18,144); }

 H1.HeaderClassName
 {
   color: #F21290;
 }
 .AnyTagClassName
 {
   color: #F21290;
 }
</style>

background-color css

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

 a { background-color: rgb(242,18,144); }

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

border-color css

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

 span { border-color: rgb(242,18,144); }

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