Html Css Color HEX #F0087C Deep Pink

📋 copy color: '#F0087C'

red 240 ◦ green 8 ◦ blue 124

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

Shades of Deep Pink #F0087C

Tints of Deep Pink #F0087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.15%

 BLUE value IS 124 (48.83% from 255) = 33.33%

R = 64.52%
G = 2.15%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0087C (or 0xF0087C) is known color: Deep Pink. HEX triplet: F0, 08 and 7C. RGB value is (240,8,124). Sum of RGB (Red+Green+Blue) = 240+8+124=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0087C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0087C is #0FF783. Grayscale: #5A5A5A. Windows color (decimal): -1046404 or 8128752. OLE color: 8128752.

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

Color convert

RGB 240 8 124 -
CMYK 0 0.97 0.48 0.06
HSL 330º 0.94% 0.49% -
HSV(B) 330º 0.97% 0.94% -
XYZ 39.66 20.15 20.87 -
YUV 90.59 146.86 234.57 -
System Red Green Blue C M Y K H S L
Decimal 240 8 124 0 0.97 0.48 0.06 330 0.94 0.49
Hex F0 8 7C 0 61 30 6 14A 5E 31
Octal 360 10 174 0 141 60 6 512 136 61
Binary 11110000 1000 1111100 0 1100001 110000 110 101001010 1011110 110001

Color Harmonies of #F0087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0087C

Black with #F0087C

Text Example


Text Example

White with #F0087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0087C; }

 p { color: rgb(240,8,124); }

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

background-color css

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

 a { background-color: rgb(240,8,124); }

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

border-color css

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

 span { border-color: rgb(240,8,124); }

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