Html Css Color HEX #FC088C Deep Pink

📋 copy color: '#FC088C'

red 252 ◦ green 8 ◦ blue 140

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

Shades of Deep Pink #FC088C

Tints of Deep Pink #FC088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35%

R = 63%
G = 2%
B = 35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC088C (or 0xFC088C) is known color: Deep Pink. HEX triplet: FC, 08 and 8C. RGB value is (252,8,140). Sum of RGB (Red+Green+Blue) = 252+8+140=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC088C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC088C is #03F773. Grayscale: #5F5F5F. Windows color (decimal): -259956 or 9177340. OLE color: 9177340.

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

Color convert

RGB 252 8 140 -
CMYK 0 0.97 0.44 0.01
HSL 327.54º 0.98% 0.51% -
HSV(B) 327.54º 0.97% 0.99% -
XYZ 44.97 22.76 26.83 -
YUV 96 152.84 239.27 -
System Red Green Blue C M Y K H S L
Decimal 252 8 140 0 0.97 0.44 0.01 327.54 0.98 0.51
Hex FC 8 8C 0 61 2C 1 148 62 33
Octal 374 10 214 0 141 54 1 510 142 63
Binary 11111100 1000 10001100 0 1100001 101100 1 101001000 1100010 110011

Color Harmonies of #FC088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC088C

Black with #FC088C

Text Example


Text Example

White with #FC088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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