Html Css Color HEX #FC0CBC Shocking Pink

📋 copy color: '#FC0CBC'

red 252 ◦ green 12 ◦ blue 188

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

Shades of Shocking Pink #FC0CBC

Tints of Shocking Pink #FC0CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 55.75%
G = 2.65%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC0CBC (or 0xFC0CBC) is known color: Shocking Pink. HEX triplet: FC, 0C and BC. RGB value is (252,12,188). Sum of RGB (Red+Green+Blue) = 252+12+188=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CBC is #03F343. Grayscale: #676767. Windows color (decimal): -258884 or 12324092. OLE color: 12324092.

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

Color convert

RGB 252 12 188 -
CMYK 0 0.95 0.25 0.01
HSL 316º 0.98% 0.52% -
HSV(B) 316º 0.95% 0.99% -
XYZ 49.35 24.59 49.72 -
YUV 103.82 175.51 233.69 -
System Red Green Blue C M Y K H S L
Decimal 252 12 188 0 0.95 0.25 0.01 316 0.98 0.52
Hex FC C BC 0 5F 19 1 13C 62 34
Octal 374 14 274 0 137 31 1 474 142 64
Binary 11111100 1100 10111100 0 1011111 11001 1 100111100 1100010 110100

Color Harmonies of #FC0CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CBC

Black with #FC0CBC

Text Example


Text Example

White with #FC0CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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