Html Css Color HEX #F00080 Deep Pink

📋 copy color: '#F00080'

red 240 ◦ green 0 ◦ blue 128

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

Shades of Deep Pink #F00080

Tints of Deep Pink #F00080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.22%
G = 0%
B = 34.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F00080 (or 0xF00080) is known color: Deep Pink. HEX triplet: F0, 00 and 80. RGB value is (240,0,128). Sum of RGB (Red+Green+Blue) = 240+0+128=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F00080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00080 is #0FFF7F. Grayscale: #565656. Windows color (decimal): -1048448 or 8388848. OLE color: 8388848.

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

Color convert

RGB 240 0 128 -
CMYK 0 1 0.47 0.06
HSL 328º 1% 0.47% -
HSV(B) 328º 1% 0.94% -
XYZ 39.83 20.08 22.2 -
YUV 86.35 151.51 237.59 -
System Red Green Blue C M Y K H S L
Decimal 240 0 128 0 1 0.47 0.06 328 1 0.47
Hex F0 0 80 0 64 2F 6 148 64 2F
Octal 360 0 200 0 144 57 6 510 144 57
Binary 11110000 0 10000000 0 1100100 101111 110 101001000 1100100 101111

Color Harmonies of #F00080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00080

Black with #F00080

Text Example


Text Example

White with #F00080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00080; }

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

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

background-color css

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

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

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

border-color css

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

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

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