Html Css Color HEX #FC0CB7 Shocking Pink

📋 copy color: '#FC0CB7'

red 252 ◦ green 12 ◦ blue 183

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

Shades of Shocking Pink #FC0CB7

Tints of Shocking Pink #FC0CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.94%

R = 56.38%
G = 2.68%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC0CB7 (or 0xFC0CB7) is known color: Shocking Pink. HEX triplet: FC, 0C and B7. RGB value is (252,12,183). Sum of RGB (Red+Green+Blue) = 252+12+183=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CB7 is #03F348. Grayscale: #666666. Windows color (decimal): -258889 or 11996412. OLE color: 11996412.

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

Color convert

RGB 252 12 183 -
CMYK 0 0.95 0.27 0.01
HSL 317.25º 0.98% 0.52% -
HSV(B) 317.25º 0.95% 0.99% -
XYZ 48.82 24.38 46.93 -
YUV 103.25 173.01 234.1 -
System Red Green Blue C M Y K H S L
Decimal 252 12 183 0 0.95 0.27 0.01 317.25 0.98 0.52
Hex FC C B7 0 5F 1B 1 13D 62 34
Octal 374 14 267 0 137 33 1 475 142 64
Binary 11111100 1100 10110111 0 1011111 11011 1 100111101 1100010 110100

Color Harmonies of #FC0CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CB7

Black with #FC0CB7

Text Example


Text Example

White with #FC0CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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