Html Css Color HEX #F00082 Deep Pink

📋 copy color: '#F00082'

red 240 ◦ green 0 ◦ blue 130

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

Shades of Deep Pink #F00082

Tints of Deep Pink #F00082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.14%

R = 64.86%
G = 0%
B = 35.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F00082 (or 0xF00082) is known color: Deep Pink. HEX triplet: F0, 00 and 82. RGB value is (240,0,130). Sum of RGB (Red+Green+Blue) = 240+0+130=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F00082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00082 is #0FFF7D. Grayscale: #565656. Windows color (decimal): -1048446 or 8519920. OLE color: 8519920.

HSL color Cylindrical-coordinate representation of color #F00082: hue angle of 327.5º 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 #F00082 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 0 130 -
CMYK 0 1 0.46 0.06
HSL 327.5º 1% 0.47% -
HSV(B) 327.5º 1% 0.94% -
XYZ 39.96 20.14 22.9 -
YUV 86.58 152.51 237.43 -
System Red Green Blue C M Y K H S L
Decimal 240 0 130 0 1 0.46 0.06 327.5 1 0.47
Hex F0 0 82 0 64 2E 6 148 64 2F
Octal 360 0 202 0 144 56 6 510 144 57
Binary 11110000 0 10000010 0 1100100 101110 110 101001000 1100100 101111

Color Harmonies of #F00082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00082

Black with #F00082

Text Example


Text Example

White with #F00082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00082; }

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

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

background-color css

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

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

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

border-color css

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

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

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