Html Css Color HEX #FC087F Deep Pink

📋 copy color: '#FC087F'

red 252 ◦ green 8 ◦ blue 127

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

Shades of Deep Pink #FC087F

Tints of Deep Pink #FC087F

RGB

 RED value IS 252 (98.83% from 255) = 65.12%

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 65.12%
G = 2.07%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC087F (or 0xFC087F) is known color: Deep Pink. HEX triplet: FC, 08 and 7F. RGB value is (252,8,127). Sum of RGB (Red+Green+Blue) = 252+8+127=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC087F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC087F is #03F780. Grayscale: #5E5E5E. Windows color (decimal): -259969 or 8325372. OLE color: 8325372.

HSL color Cylindrical-coordinate representation of color #FC087F: hue angle of 330.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC087F is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 8 127 -
CMYK 0 0.97 0.50 0.01
HSL 330.74º 0.98% 0.51% -
HSV(B) 330.74º 0.97% 0.99% -
XYZ 44.06 22.4 22.08 -
YUV 94.52 146.34 240.32 -
System Red Green Blue C M Y K H S L
Decimal 252 8 127 0 0.97 0.50 0.01 330.74 0.98 0.51
Hex FC 8 7F 0 61 32 1 14B 62 33
Octal 374 10 177 0 141 62 1 513 142 63
Binary 11111100 1000 1111111 0 1100001 110010 1 101001011 1100010 110011

Color Harmonies of #FC087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC087F

Black with #FC087F

Text Example


Text Example

White with #FC087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC087F; }

 p { color: rgb(252,8,127); }

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

background-color css

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

 a { background-color: rgb(252,8,127); }

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

border-color css

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

 span { border-color: rgb(252,8,127); }

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