Html Css Color HEX #F00880 Deep Pink

📋 copy color: '#F00880'

red 240 ◦ green 8 ◦ blue 128

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

Shades of Deep Pink #F00880

Tints of Deep Pink #F00880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.13%

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

R = 63.83%
G = 2.13%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F00880 (or 0xF00880) is known color: Deep Pink. HEX triplet: F0, 08 and 80. RGB value is (240,8,128). Sum of RGB (Red+Green+Blue) = 240+8+128=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F00880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00880 is #0FF77F. Grayscale: #5A5A5A. Windows color (decimal): -1046400 or 8390896. OLE color: 8390896.

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

Color convert

RGB 240 8 128 -
CMYK 0 0.97 0.47 0.06
HSL 328.97º 0.94% 0.49% -
HSV(B) 328.97º 0.97% 0.94% -
XYZ 39.92 20.26 22.23 -
YUV 91.05 148.86 234.24 -
System Red Green Blue C M Y K H S L
Decimal 240 8 128 0 0.97 0.47 0.06 328.97 0.94 0.49
Hex F0 8 80 0 61 2F 6 149 5E 31
Octal 360 10 200 0 141 57 6 511 136 61
Binary 11110000 1000 10000000 0 1100001 101111 110 101001001 1011110 110001

Color Harmonies of #F00880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00880

Black with #F00880

Text Example


Text Example

White with #F00880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00880; }

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

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

background-color css

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

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

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

border-color css

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

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

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