Html Css Color HEX #F21F89 Deep Pink

📋 copy color: '#F21F89'

red 242 ◦ green 31 ◦ blue 137

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

Shades of Deep Pink #F21F89

Tints of Deep Pink #F21F89

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.56%

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

R = 59.02%
G = 7.56%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F21F89 (or 0xF21F89) is known color: Deep Pink. HEX triplet: F2, 1F and 89. RGB value is (242,31,137). Sum of RGB (Red+Green+Blue) = 242+31+137=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21F89 is #0DE076. Grayscale: #696969. Windows color (decimal): -909431 or 8986610. OLE color: 8986610.

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

Color convert

RGB 242 31 137 -
CMYK 0 0.87 0.43 0.05
HSL 329.86º 0.89% 0.54% -
HSV(B) 329.86º 0.87% 0.95% -
XYZ 41.62 21.66 25.65 -
YUV 106.17 145.4 224.88 -
System Red Green Blue C M Y K H S L
Decimal 242 31 137 0 0.87 0.43 0.05 329.86 0.89 0.54
Hex F2 1F 89 0 57 2B 5 14A 59 36
Octal 362 37 211 0 127 53 5 512 131 66
Binary 11110010 11111 10001001 0 1010111 101011 101 101001010 1011001 110110

Color Harmonies of #F21F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21F89

Black with #F21F89

Text Example


Text Example

White with #F21F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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