Html Css Color HEX #FC1CCE Shocking Pink

📋 copy color: '#FC1CCE'

red 252 ◦ green 28 ◦ blue 206

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

Shades of Shocking Pink #FC1CCE

Tints of Shocking Pink #FC1CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 51.85%
G = 5.76%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC1CCE (or 0xFC1CCE) is known color: Shocking Pink. HEX triplet: FC, 1C and CE. RGB value is (252,28,206). Sum of RGB (Red+Green+Blue) = 252+28+206=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1CCE is #03E331. Grayscale: #727272. Windows color (decimal): -254770 or 13507836. OLE color: 13507836.

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

Color convert

RGB 252 28 206 -
CMYK 0 0.89 0.18 0.01
HSL 312.32º 0.97% 0.55% -
HSV(B) 312.32º 0.89% 0.99% -
XYZ 51.7 25.98 60.68 -
YUV 115.27 179.21 225.53 -
System Red Green Blue C M Y K H S L
Decimal 252 28 206 0 0.89 0.18 0.01 312.32 0.97 0.55
Hex FC 1C CE 0 59 12 1 138 61 37
Octal 374 34 316 0 131 22 1 470 141 67
Binary 11111100 11100 11001110 0 1011001 10010 1 100111000 1100001 110111

Color Harmonies of #FC1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CCE

Black with #FC1CCE

Text Example


Text Example

White with #FC1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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