Html Css Color HEX #FC1CBE Shocking Pink

📋 copy color: '#FC1CBE'

red 252 ◦ green 28 ◦ blue 190

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

Shades of Shocking Pink #FC1CBE

Tints of Shocking Pink #FC1CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 53.62%
G = 5.96%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC1CBE (or 0xFC1CBE) is known color: Shocking Pink. HEX triplet: FC, 1C and BE. RGB value is (252,28,190). Sum of RGB (Red+Green+Blue) = 252+28+190=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1CBE is #03E341. Grayscale: #717171. Windows color (decimal): -254786 or 12459260. OLE color: 12459260.

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

Color convert

RGB 252 28 190 -
CMYK 0 0.89 0.25 0.01
HSL 316.61º 0.97% 0.55% -
HSV(B) 316.61º 0.89% 0.99% -
XYZ 49.85 25.24 50.96 -
YUV 113.44 171.21 226.83 -
System Red Green Blue C M Y K H S L
Decimal 252 28 190 0 0.89 0.25 0.01 316.61 0.97 0.55
Hex FC 1C BE 0 59 19 1 13D 61 37
Octal 374 34 276 0 131 31 1 475 141 67
Binary 11111100 11100 10111110 0 1011001 11001 1 100111101 1100001 110111

Color Harmonies of #FC1CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CBE

Black with #FC1CBE

Text Example


Text Example

White with #FC1CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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