Html Css Color HEX #F00785 Deep Pink

📋 copy color: '#F00785'

red 240 ◦ green 7 ◦ blue 133

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

Shades of Deep Pink #F00785

Tints of Deep Pink #F00785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35%

R = 63.16%
G = 1.84%
B = 35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F00785 (or 0xF00785) is known color: Deep Pink. HEX triplet: F0, 07 and 85. RGB value is (240,7,133). Sum of RGB (Red+Green+Blue) = 240+7+133=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F00785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00785 is #0FF87A. Grayscale: #5A5A5A. Windows color (decimal): -1046651 or 8718320. OLE color: 8718320.

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

Color convert

RGB 240 7 133 -
CMYK 0 0.97 0.45 0.06
HSL 327.55º 0.94% 0.48% -
HSV(B) 327.55º 0.97% 0.94% -
XYZ 40.24 20.37 24 -
YUV 91.03 151.69 234.25 -
System Red Green Blue C M Y K H S L
Decimal 240 7 133 0 0.97 0.45 0.06 327.55 0.94 0.48
Hex F0 7 85 0 61 2D 6 148 5E 30
Octal 360 7 205 0 141 55 6 510 136 60
Binary 11110000 111 10000101 0 1100001 101101 110 101001000 1011110 110000

Color Harmonies of #F00785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00785

Black with #F00785

Text Example


Text Example

White with #F00785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00785; }

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

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

background-color css

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

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

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

border-color css

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

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

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