Html Css Color HEX #F02080 Deep Pink

📋 copy color: '#F02080'

red 240 ◦ green 32 ◦ blue 128

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

Shades of Deep Pink #F02080

Tints of Deep Pink #F02080

RGB

 RED value IS 240 (94.14% from 255) = 60%

 GREEN value IS 32 (12.89% from 255) = 8%

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

R = 60%
G = 8%
B = 32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F02080 (or 0xF02080) is known color: Deep Pink. HEX triplet: F0, 20 and 80. RGB value is (240,32,128). Sum of RGB (Red+Green+Blue) = 240+32+128=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F02080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02080 is #0FDF7F. Grayscale: #686868. Windows color (decimal): -1040256 or 8397040. OLE color: 8397040.

HSL color Cylindrical-coordinate representation of color #F02080: hue angle of 332.31º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02080 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 32 128 -
CMYK 0 0.87 0.47 0.06
HSL 332.31º 0.87% 0.53% -
HSV(B) 332.31º 0.87% 0.94% -
XYZ 40.35 21.12 22.37 -
YUV 105.14 140.91 224.19 -
System Red Green Blue C M Y K H S L
Decimal 240 32 128 0 0.87 0.47 0.06 332.31 0.87 0.53
Hex F0 20 80 0 57 2F 6 14C 57 35
Octal 360 40 200 0 127 57 6 514 127 65
Binary 11110000 100000 10000000 0 1010111 101111 110 101001100 1010111 110101

Color Harmonies of #F02080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02080

Black with #F02080

Text Example


Text Example

White with #F02080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02080; }

 p { color: rgb(240,32,128); }

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

background-color css

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

 a { background-color: rgb(240,32,128); }

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

border-color css

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

 span { border-color: rgb(240,32,128); }

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