Html Css Color HEX #F00D80 Deep Pink

📋 copy color: '#F00D80'

red 240 ◦ green 13 ◦ blue 128

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

Shades of Deep Pink #F00D80

Tints of Deep Pink #F00D80

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.41%

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

R = 62.99%
G = 3.41%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F00D80 (or 0xF00D80) is known color: Deep Pink. HEX triplet: F0, 0D and 80. RGB value is (240,13,128). Sum of RGB (Red+Green+Blue) = 240+13+128=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00D80 is #0FF27F. Grayscale: #5D5D5D. Windows color (decimal): -1045120 or 8392176. OLE color: 8392176.

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

Color convert

RGB 240 13 128 -
CMYK 0 0.95 0.47 0.06
HSL 329.6º 0.9% 0.5% -
HSV(B) 329.6º 0.95% 0.94% -
XYZ 39.98 20.37 22.25 -
YUV 93.98 147.21 232.15 -
System Red Green Blue C M Y K H S L
Decimal 240 13 128 0 0.95 0.47 0.06 329.6 0.9 0.5
Hex F0 D 80 0 5F 2F 6 14A 5A 32
Octal 360 15 200 0 137 57 6 512 132 62
Binary 11110000 1101 10000000 0 1011111 101111 110 101001010 1011010 110010

Color Harmonies of #F00D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00D80

Black with #F00D80

Text Example


Text Example

White with #F00D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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