Html Css Color HEX #F00F82 Deep Pink

📋 copy color: '#F00F82'

red 240 ◦ green 15 ◦ blue 130

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

Shades of Deep Pink #F00F82

Tints of Deep Pink #F00F82

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.9%

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

R = 62.34%
G = 3.9%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F00F82 (or 0xF00F82) is known color: Deep Pink. HEX triplet: F0, 0F and 82. RGB value is (240,15,130). Sum of RGB (Red+Green+Blue) = 240+15+130=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F82 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00F82 is #0FF07D. Grayscale: #5F5F5F. Windows color (decimal): -1044606 or 8523760. OLE color: 8523760.

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

Color convert

RGB 240 15 130 -
CMYK 0 0.94 0.46 0.06
HSL 329.33º 0.88% 0.5% -
HSV(B) 329.33º 0.94% 0.94% -
XYZ 40.14 20.48 22.96 -
YUV 95.39 147.54 231.15 -
System Red Green Blue C M Y K H S L
Decimal 240 15 130 0 0.94 0.46 0.06 329.33 0.88 0.5
Hex F0 F 82 0 5E 2E 6 149 58 32
Octal 360 17 202 0 136 56 6 511 130 62
Binary 11110000 1111 10000010 0 1011110 101110 110 101001001 1011000 110010

Color Harmonies of #F00F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F82

Black with #F00F82

Text Example


Text Example

White with #F00F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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