Html Css Color HEX #F21780 Deep Pink

📋 copy color: '#F21780'

red 242 ◦ green 23 ◦ blue 128

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

Shades of Deep Pink #F21780

Tints of Deep Pink #F21780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.85%

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

R = 61.58%
G = 5.85%
B = 32.57%

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

#F21780 (or 0xF21780) is known color: Deep Pink. HEX triplet: F2, 17 and 80. RGB value is (242,23,128). Sum of RGB (Red+Green+Blue) = 242+23+128=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F21780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21780 is #0DE87F. Grayscale: #646464. Windows color (decimal): -911488 or 8394738. OLE color: 8394738.

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

Color convert

RGB 242 23 128 -
CMYK 0 0.90 0.47 0.05
HSL 331.23º 0.89% 0.52% -
HSV(B) 331.23º 0.9% 0.95% -
XYZ 40.82 21.05 22.33 -
YUV 100.45 143.55 228.96 -
System Red Green Blue C M Y K H S L
Decimal 242 23 128 0 0.90 0.47 0.05 331.23 0.89 0.52
Hex F2 17 80 0 5A 2F 5 14B 59 34
Octal 362 27 200 0 132 57 5 513 131 64
Binary 11110010 10111 10000000 0 1011010 101111 101 101001011 1011001 110100

Color Harmonies of #F21780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21780

Black with #F21780

Text Example


Text Example

White with #F21780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21780; }

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

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

background-color css

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

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

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

border-color css

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

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

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