Html Css Color HEX #F21B89 Deep Pink

📋 copy color: '#F21B89'

red 242 ◦ green 27 ◦ blue 137

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

Shades of Deep Pink #F21B89

Tints of Deep Pink #F21B89

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.65%

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

R = 59.61%
G = 6.65%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F21B89 (or 0xF21B89) is known color: Deep Pink. HEX triplet: F2, 1B and 89. RGB value is (242,27,137). Sum of RGB (Red+Green+Blue) = 242+27+137=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21B89 is #0DE476. Grayscale: #676767. Windows color (decimal): -910455 or 8985586. OLE color: 8985586.

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

Color convert

RGB 242 27 137 -
CMYK 0 0.89 0.43 0.05
HSL 329.3º 0.89% 0.53% -
HSV(B) 329.3º 0.89% 0.95% -
XYZ 41.53 21.47 25.62 -
YUV 103.83 146.73 226.56 -
System Red Green Blue C M Y K H S L
Decimal 242 27 137 0 0.89 0.43 0.05 329.3 0.89 0.53
Hex F2 1B 89 0 59 2B 5 149 59 35
Octal 362 33 211 0 131 53 5 511 131 65
Binary 11110010 11011 10001001 0 1011001 101011 101 101001001 1011001 110101

Color Harmonies of #F21B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21B89

Black with #F21B89

Text Example


Text Example

White with #F21B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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