Html Css Color HEX #FC1CCB Shocking Pink

📋 copy color: '#FC1CCB'

red 252 ◦ green 28 ◦ blue 203

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

Shades of Shocking Pink #FC1CCB

Tints of Shocking Pink #FC1CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.8%

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 52.17%
G = 5.8%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC1CCB (or 0xFC1CCB) is known color: Shocking Pink. HEX triplet: FC, 1C and CB. RGB value is (252,28,203). Sum of RGB (Red+Green+Blue) = 252+28+203=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 28 (11.33% from 255 or 5.80% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1CCB is #03E334. Grayscale: #727272. Windows color (decimal): -254773 or 13311228. OLE color: 13311228.

HSL color Cylindrical-coordinate representation of color #FC1CCB: hue angle of 313.12º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1CCB is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 28 203 -
CMYK 0 0.89 0.19 0.01
HSL 313.13º 0.97% 0.55% -
HSV(B) 313.13º 0.89% 0.99% -
XYZ 51.34 25.84 58.78 -
YUV 114.93 177.71 225.77 -
System Red Green Blue C M Y K H S L
Decimal 252 28 203 0 0.89 0.19 0.01 313.13 0.97 0.55
Hex FC 1C CB 0 59 13 1 139 61 37
Octal 374 34 313 0 131 23 1 471 141 67
Binary 11111100 11100 11001011 0 1011001 10011 1 100111001 1100001 110111

Color Harmonies of #FC1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CCB

Black with #FC1CCB

Text Example


Text Example

White with #FC1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CCB; }

 p { color: rgb(252,28,203); }

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

background-color css

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

 a { background-color: rgb(252,28,203); }

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

border-color css

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

 span { border-color: rgb(252,28,203); }

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