Html Css Color HEX #F21389 Deep Pink

📋 copy color: '#F21389'

red 242 ◦ green 19 ◦ blue 137

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

Shades of Deep Pink #F21389

Tints of Deep Pink #F21389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.77%

 BLUE value IS 137 (53.91% from 255) = 34.42%

R = 60.8%
G = 4.77%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F21389 (or 0xF21389) is known color: Deep Pink. HEX triplet: F2, 13 and 89. RGB value is (242,19,137). Sum of RGB (Red+Green+Blue) = 242+19+137=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F21389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21389 is #0DEC76. Grayscale: #626262. Windows color (decimal): -912503 or 8983538. OLE color: 8983538.

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

Color convert

RGB 242 19 137 -
CMYK 0 0.92 0.43 0.05
HSL 328.25º 0.9% 0.51% -
HSV(B) 328.25º 0.92% 0.95% -
XYZ 41.37 21.15 25.57 -
YUV 99.13 149.38 229.91 -
System Red Green Blue C M Y K H S L
Decimal 242 19 137 0 0.92 0.43 0.05 328.25 0.9 0.51
Hex F2 13 89 0 5C 2B 5 148 5A 33
Octal 362 23 211 0 134 53 5 510 132 63
Binary 11110010 10011 10001001 0 1011100 101011 101 101001000 1011010 110011

Color Harmonies of #F21389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21389

Black with #F21389

Text Example


Text Example

White with #F21389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21389; }

 p { color: rgb(242,19,137); }

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

background-color css

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

 a { background-color: rgb(242,19,137); }

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

border-color css

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

 span { border-color: rgb(242,19,137); }

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