Html Css Color HEX #F21880 Deep Pink

📋 copy color: '#F21880'

red 242 ◦ green 24 ◦ blue 128

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

Shades of Deep Pink #F21880

Tints of Deep Pink #F21880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.09%

 BLUE value IS 128 (50.39% from 255) = 32.49%

R = 61.42%
G = 6.09%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F21880 (or 0xF21880) is known color: Deep Pink. HEX triplet: F2, 18 and 80. RGB value is (242,24,128). Sum of RGB (Red+Green+Blue) = 242+24+128=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F21880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21880 is #0DE77F. Grayscale: #646464. Windows color (decimal): -911232 or 8394994. OLE color: 8394994.

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

Color convert

RGB 242 24 128 -
CMYK 0 0.90 0.47 0.05
HSL 331.38º 0.89% 0.52% -
HSV(B) 331.38º 0.9% 0.95% -
XYZ 40.84 21.09 22.34 -
YUV 101.04 143.22 228.54 -
System Red Green Blue C M Y K H S L
Decimal 242 24 128 0 0.90 0.47 0.05 331.38 0.89 0.52
Hex F2 18 80 0 5A 2F 5 14B 59 34
Octal 362 30 200 0 132 57 5 513 131 64
Binary 11110010 11000 10000000 0 1011010 101111 101 101001011 1011001 110100

Color Harmonies of #F21880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21880

Black with #F21880

Text Example


Text Example

White with #F21880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21880; }

 p { color: rgb(242,24,128); }

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

background-color css

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

 a { background-color: rgb(242,24,128); }

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

border-color css

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

 span { border-color: rgb(242,24,128); }

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