Html Css Color HEX #FC0C95 Deep Pink

📋 copy color: '#FC0C95'

red 252 ◦ green 12 ◦ blue 149

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

Shades of Deep Pink #FC0C95

Tints of Deep Pink #FC0C95

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.91%

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 61.02%
G = 2.91%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC0C95 (or 0xFC0C95) is known color: Deep Pink. HEX triplet: FC, 0C and 95. RGB value is (252,12,149). Sum of RGB (Red+Green+Blue) = 252+12+149=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C95 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0C95 is #03F36A. Grayscale: #636363. Windows color (decimal): -258923 or 9768188. OLE color: 9768188.

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

Color convert

RGB 252 12 149 -
CMYK 0 0.95 0.41 0.01
HSL 325.75º 0.98% 0.52% -
HSV(B) 325.75º 0.95% 0.99% -
XYZ 45.7 23.13 30.49 -
YUV 99.38 156.01 236.86 -
System Red Green Blue C M Y K H S L
Decimal 252 12 149 0 0.95 0.41 0.01 325.75 0.98 0.52
Hex FC C 95 0 5F 29 1 146 62 34
Octal 374 14 225 0 137 51 1 506 142 64
Binary 11111100 1100 10010101 0 1011111 101001 1 101000110 1100010 110100

Color Harmonies of #FC0C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0C95

Black with #FC0C95

Text Example


Text Example

White with #FC0C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0C95; }

 p { color: rgb(252,12,149); }

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

background-color css

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

 a { background-color: rgb(252,12,149); }

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

border-color css

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

 span { border-color: rgb(252,12,149); }

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