Html Css Color HEX #FC0C8A Deep Pink

📋 copy color: '#FC0C8A'

red 252 ◦ green 12 ◦ blue 138

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

Shades of Deep Pink #FC0C8A

Tints of Deep Pink #FC0C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 62.69%
G = 2.99%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC0C8A (or 0xFC0C8A) is known color: Deep Pink. HEX triplet: FC, 0C and 8A. RGB value is (252,12,138). Sum of RGB (Red+Green+Blue) = 252+12+138=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0C8A is #03F375. Grayscale: #616161. Windows color (decimal): -258934 or 9047292. OLE color: 9047292.

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

Color convert

RGB 252 12 138 -
CMYK 0 0.95 0.45 0.01
HSL 328.5º 0.98% 0.52% -
HSV(B) 328.5º 0.95% 0.99% -
XYZ 44.86 22.79 26.08 -
YUV 98.12 150.51 237.75 -
System Red Green Blue C M Y K H S L
Decimal 252 12 138 0 0.95 0.45 0.01 328.5 0.98 0.52
Hex FC C 8A 0 5F 2D 1 148 62 34
Octal 374 14 212 0 137 55 1 510 142 64
Binary 11111100 1100 10001010 0 1011111 101101 1 101001000 1100010 110100

Color Harmonies of #FC0C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0C8A

Black with #FC0C8A

Text Example


Text Example

White with #FC0C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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