Html Css Color HEX #F00782 Deep Pink

📋 copy color: '#F00782'

red 240 ◦ green 7 ◦ blue 130

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

Shades of Deep Pink #F00782

Tints of Deep Pink #F00782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.86%

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

R = 63.66%
G = 1.86%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F00782 (or 0xF00782) is known color: Deep Pink. HEX triplet: F0, 07 and 82. RGB value is (240,7,130). Sum of RGB (Red+Green+Blue) = 240+7+130=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F00782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00782 is #0FF87D. Grayscale: #5A5A5A. Windows color (decimal): -1046654 or 8521712. OLE color: 8521712.

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

Color convert

RGB 240 7 130 -
CMYK 0 0.97 0.46 0.06
HSL 328.33º 0.94% 0.48% -
HSV(B) 328.33º 0.97% 0.94% -
XYZ 40.04 20.29 22.92 -
YUV 90.69 150.19 234.5 -
System Red Green Blue C M Y K H S L
Decimal 240 7 130 0 0.97 0.46 0.06 328.33 0.94 0.48
Hex F0 7 82 0 61 2E 6 148 5E 30
Octal 360 7 202 0 141 56 6 510 136 60
Binary 11110000 111 10000010 0 1100001 101110 110 101001000 1011110 110000

Color Harmonies of #F00782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00782

Black with #F00782

Text Example


Text Example

White with #F00782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00782; }

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

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

background-color css

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

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

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

border-color css

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

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

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