Html Css Color HEX #F00C80 Deep Pink

📋 copy color: '#F00C80'

red 240 ◦ green 12 ◦ blue 128

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

Shades of Deep Pink #F00C80

Tints of Deep Pink #F00C80

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.16%

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

R = 63.16%
G = 3.16%
B = 33.68%

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

#F00C80 (or 0xF00C80) is known color: Deep Pink. HEX triplet: F0, 0C and 80. RGB value is (240,12,128). Sum of RGB (Red+Green+Blue) = 240+12+128=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00C80 is #0FF37F. Grayscale: #5D5D5D. Windows color (decimal): -1045376 or 8391920. OLE color: 8391920.

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

Color convert

RGB 240 12 128 -
CMYK 0 0.95 0.47 0.06
HSL 329.47º 0.9% 0.49% -
HSV(B) 329.47º 0.95% 0.94% -
XYZ 39.96 20.35 22.24 -
YUV 93.4 147.54 232.57 -
System Red Green Blue C M Y K H S L
Decimal 240 12 128 0 0.95 0.47 0.06 329.47 0.9 0.49
Hex F0 C 80 0 5F 2F 6 149 5A 31
Octal 360 14 200 0 137 57 6 511 132 61
Binary 11110000 1100 10000000 0 1011111 101111 110 101001001 1011010 110001

Color Harmonies of #F00C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00C80

Black with #F00C80

Text Example


Text Example

White with #F00C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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