Html Css Color HEX #FC087B Deep Pink

📋 copy color: '#FC087B'

red 252 ◦ green 8 ◦ blue 123

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

Shades of Deep Pink #FC087B

Tints of Deep Pink #FC087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 65.8%
G = 2.09%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC087B (or 0xFC087B) is known color: Deep Pink. HEX triplet: FC, 08 and 7B. RGB value is (252,8,123). Sum of RGB (Red+Green+Blue) = 252+8+123=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC087B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC087B is #03F784. Grayscale: #5D5D5D. Windows color (decimal): -259973 or 8063228. OLE color: 8063228.

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

Color convert

RGB 252 8 123 -
CMYK 0 0.97 0.51 0.01
HSL 331.72º 0.98% 0.51% -
HSV(B) 331.72º 0.97% 0.99% -
XYZ 43.81 22.3 20.73 -
YUV 94.07 144.34 240.65 -
System Red Green Blue C M Y K H S L
Decimal 252 8 123 0 0.97 0.51 0.01 331.72 0.98 0.51
Hex FC 8 7B 0 61 33 1 14C 62 33
Octal 374 10 173 0 141 63 1 514 142 63
Binary 11111100 1000 1111011 0 1100001 110011 1 101001100 1100010 110011

Color Harmonies of #FC087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC087B

Black with #FC087B

Text Example


Text Example

White with #FC087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC087B; }

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

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

background-color css

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

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

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

border-color css

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

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

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