Html Css Color HEX #F00085 Deep Pink

📋 copy color: '#F00085'

red 240 ◦ green 0 ◦ blue 133

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

Shades of Deep Pink #F00085

Tints of Deep Pink #F00085

RGB

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

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

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

R = 64.34%
G = 0%
B = 35.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F00085 (or 0xF00085) is known color: Deep Pink. HEX triplet: F0, 00 and 85. RGB value is (240,0,133). Sum of RGB (Red+Green+Blue) = 240+0+133=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F00085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00085 is #0FFF7A. Grayscale: #565656. Windows color (decimal): -1048443 or 8716528. OLE color: 8716528.

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

Color convert

RGB 240 0 133 -
CMYK 0 1 0.45 0.06
HSL 326.75º 1% 0.47% -
HSV(B) 326.75º 1% 0.94% -
XYZ 40.17 20.22 23.98 -
YUV 86.92 154.01 237.19 -
System Red Green Blue C M Y K H S L
Decimal 240 0 133 0 1 0.45 0.06 326.75 1 0.47
Hex F0 0 85 0 64 2D 6 147 64 2F
Octal 360 0 205 0 144 55 6 507 144 57
Binary 11110000 0 10000101 0 1100100 101101 110 101000111 1100100 101111

Color Harmonies of #F00085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00085

Black with #F00085

Text Example


Text Example

White with #F00085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00085; }

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

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

background-color css

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

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

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

border-color css

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

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

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