Html Css Color HEX #F21089 Deep Pink

📋 copy color: '#F21089'

red 242 ◦ green 16 ◦ blue 137

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

Shades of Deep Pink #F21089

Tints of Deep Pink #F21089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.05%

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

R = 61.27%
G = 4.05%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F21089 (or 0xF21089) is known color: Deep Pink. HEX triplet: F2, 10 and 89. RGB value is (242,16,137). Sum of RGB (Red+Green+Blue) = 242+16+137=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F21089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21089 is #0DEF76. Grayscale: #616161. Windows color (decimal): -913271 or 8982770. OLE color: 8982770.

HSL color Cylindrical-coordinate representation of color #F21089: hue angle of 327.88º 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 #F21089 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 16 137 -
CMYK 0 0.93 0.43 0.05
HSL 327.88º 0.9% 0.51% -
HSV(B) 327.88º 0.93% 0.95% -
XYZ 41.32 21.05 25.55 -
YUV 97.37 150.37 231.16 -
System Red Green Blue C M Y K H S L
Decimal 242 16 137 0 0.93 0.43 0.05 327.88 0.9 0.51
Hex F2 10 89 0 5D 2B 5 148 5A 33
Octal 362 20 211 0 135 53 5 510 132 63
Binary 11110010 10000 10001001 0 1011101 101011 101 101001000 1011010 110011

Color Harmonies of #F21089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21089

Black with #F21089

Text Example


Text Example

White with #F21089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21089; }

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

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

background-color css

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

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

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

border-color css

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

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

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