Html Css Color HEX #FC0DC6 Shocking Pink

📋 copy color: '#FC0DC6'

red 252 ◦ green 13 ◦ blue 198

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

Shades of Shocking Pink #FC0DC6

Tints of Shocking Pink #FC0DC6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.81%

 BLUE value IS 198 (77.73% from 255) = 42.76%

R = 54.43%
G = 2.81%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC0DC6 (or 0xFC0DC6) is known color: Shocking Pink. HEX triplet: FC, 0D and C6. RGB value is (252,13,198). Sum of RGB (Red+Green+Blue) = 252+13+198=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0DC6 is #03F239. Grayscale: #696969. Windows color (decimal): -258618 or 12979708. OLE color: 12979708.

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

Color convert

RGB 252 13 198 -
CMYK 0 0.95 0.21 0.01
HSL 313.56º 0.98% 0.52% -
HSV(B) 313.56º 0.95% 0.99% -
XYZ 50.48 25.06 55.6 -
YUV 105.55 180.18 232.46 -
System Red Green Blue C M Y K H S L
Decimal 252 13 198 0 0.95 0.21 0.01 313.56 0.98 0.52
Hex FC D C6 0 5F 15 1 13A 62 34
Octal 374 15 306 0 137 25 1 472 142 64
Binary 11111100 1101 11000110 0 1011111 10101 1 100111010 1100010 110100

Color Harmonies of #FC0DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0DC6

Black with #FC0DC6

Text Example


Text Example

White with #FC0DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0DC6; }

 p { color: rgb(252,13,198); }

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

background-color css

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

 a { background-color: rgb(252,13,198); }

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

border-color css

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

 span { border-color: rgb(252,13,198); }

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