Html Css Color HEX #FC1ABE Shocking Pink

📋 copy color: '#FC1ABE'

red 252 ◦ green 26 ◦ blue 190

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

Shades of Shocking Pink #FC1ABE

Tints of Shocking Pink #FC1ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.56%

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

R = 53.85%
G = 5.56%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC1ABE (or 0xFC1ABE) is known color: Shocking Pink. HEX triplet: FC, 1A and BE. RGB value is (252,26,190). Sum of RGB (Red+Green+Blue) = 252+26+190=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1ABE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1ABE is #03E541. Grayscale: #6F6F6F. Windows color (decimal): -255298 or 12458748. OLE color: 12458748.

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

Color convert

RGB 252 26 190 -
CMYK 0 0.90 0.25 0.01
HSL 316.46º 0.97% 0.55% -
HSV(B) 316.46º 0.9% 0.99% -
XYZ 49.81 25.15 50.94 -
YUV 112.27 171.87 227.66 -
System Red Green Blue C M Y K H S L
Decimal 252 26 190 0 0.90 0.25 0.01 316.46 0.97 0.55
Hex FC 1A BE 0 5A 19 1 13C 61 37
Octal 374 32 276 0 132 31 1 474 141 67
Binary 11111100 11010 10111110 0 1011010 11001 1 100111100 1100001 110111

Color Harmonies of #FC1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1ABE

Black with #FC1ABE

Text Example


Text Example

White with #FC1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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