Html Css Color HEX #F01080 Deep Pink

📋 copy color: '#F01080'

red 240 ◦ green 16 ◦ blue 128

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

Shades of Deep Pink #F01080

Tints of Deep Pink #F01080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.17%

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

R = 62.5%
G = 4.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F01080 (or 0xF01080) is known color: Deep Pink. HEX triplet: F0, 10 and 80. RGB value is (240,16,128). Sum of RGB (Red+Green+Blue) = 240+16+128=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F01080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01080 is #0FEF7F. Grayscale: #5F5F5F. Windows color (decimal): -1044352 or 8392944. OLE color: 8392944.

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

Color convert

RGB 240 16 128 -
CMYK 0 0.93 0.47 0.06
HSL 330º 0.88% 0.5% -
HSV(B) 330º 0.93% 0.94% -
XYZ 40.02 20.45 22.26 -
YUV 95.74 146.21 230.89 -
System Red Green Blue C M Y K H S L
Decimal 240 16 128 0 0.93 0.47 0.06 330 0.88 0.5
Hex F0 10 80 0 5D 2F 6 14A 58 32
Octal 360 20 200 0 135 57 6 512 130 62
Binary 11110000 10000 10000000 0 1011101 101111 110 101001010 1011000 110010

Color Harmonies of #F01080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01080

Black with #F01080

Text Example


Text Example

White with #F01080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01080; }

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

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

background-color css

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

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

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

border-color css

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

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

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