Html Css Color HEX #F20380 Deep Pink

📋 copy color: '#F20380'

red 242 ◦ green 3 ◦ blue 128

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

Shades of Deep Pink #F20380

Tints of Deep Pink #F20380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 64.88%
G = 0.8%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F20380 (or 0xF20380) is known color: Deep Pink. HEX triplet: F2, 03 and 80. RGB value is (242,3,128). Sum of RGB (Red+Green+Blue) = 242+3+128=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F20380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20380 is #0DFC7F. Grayscale: #585858. Windows color (decimal): -916608 or 8389618. OLE color: 8389618.

HSL color Cylindrical-coordinate representation of color #F20380: hue angle of 328.62º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20380 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 3 128 -
CMYK 0 0.99 0.47 0.05
HSL 328.62º 0.98% 0.48% -
HSV(B) 328.62º 0.99% 0.95% -
XYZ 40.55 20.5 22.24 -
YUV 88.71 150.18 237.34 -
System Red Green Blue C M Y K H S L
Decimal 242 3 128 0 0.99 0.47 0.05 328.62 0.98 0.48
Hex F2 3 80 0 63 2F 5 149 62 30
Octal 362 3 200 0 143 57 5 511 142 60
Binary 11110010 11 10000000 0 1100011 101111 101 101001001 1100010 110000

Color Harmonies of #F20380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20380

Black with #F20380

Text Example


Text Example

White with #F20380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20380; }

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

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

background-color css

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

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

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

border-color css

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

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

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