Html Css Color HEX #FC0C97 Deep Pink

📋 copy color: '#FC0C97'

red 252 ◦ green 12 ◦ blue 151

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

Shades of Deep Pink #FC0C97

Tints of Deep Pink #FC0C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.39%

R = 60.72%
G = 2.89%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC0C97 (or 0xFC0C97) is known color: Deep Pink. HEX triplet: FC, 0C and 97. RGB value is (252,12,151). Sum of RGB (Red+Green+Blue) = 252+12+151=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0C97 is #03F368. Grayscale: #636363. Windows color (decimal): -258921 or 9899260. OLE color: 9899260.

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

Color convert

RGB 252 12 151 -
CMYK 0 0.95 0.40 0.01
HSL 325.25º 0.98% 0.52% -
HSV(B) 325.25º 0.95% 0.99% -
XYZ 45.86 23.19 31.34 -
YUV 99.61 157.01 236.7 -
System Red Green Blue C M Y K H S L
Decimal 252 12 151 0 0.95 0.40 0.01 325.25 0.98 0.52
Hex FC C 97 0 5F 28 1 145 62 34
Octal 374 14 227 0 137 50 1 505 142 64
Binary 11111100 1100 10010111 0 1011111 101000 1 101000101 1100010 110100

Color Harmonies of #FC0C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0C97

Black with #FC0C97

Text Example


Text Example

White with #FC0C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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