Html Css Color HEX #FC01B3 Shocking Pink

📋 copy color: '#FC01B3'

red 252 ◦ green 1 ◦ blue 179

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

Shades of Shocking Pink #FC01B3

Tints of Shocking Pink #FC01B3

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 179 (70.31% from 255) = 41.44%

R = 58.33%
G = 0.23%
B = 41.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC01B3 (or 0xFC01B3) is known color: Shocking Pink. HEX triplet: FC, 01 and B3. RGB value is (252,1,179). Sum of RGB (Red+Green+Blue) = 252+1+179=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01B3 is #03FE4C. Grayscale: #5F5F5F. Windows color (decimal): -261709 or 11731452. OLE color: 11731452.

HSL color Cylindrical-coordinate representation of color #FC01B3: hue angle of 317.45º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC01B3 is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 1 179 -
CMYK 0 1.00 0.29 0.01
HSL 317.45º 0.99% 0.5% -
HSV(B) 317.45º 1% 0.99% -
XYZ 48.29 23.97 44.73 -
YUV 96.34 174.66 239.03 -
System Red Green Blue C M Y K H S L
Decimal 252 1 179 0 1.00 0.29 0.01 317.45 0.99 0.5
Hex FC 1 B3 0 64 1D 1 13D 63 32
Octal 374 1 263 0 144 35 1 475 143 62
Binary 11111100 1 10110011 0 1100100 11101 1 100111101 1100011 110010

Color Harmonies of #FC01B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01B3

Black with #FC01B3

Text Example


Text Example

White with #FC01B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01B3; }

 p { color: rgb(252,1,179); }

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

background-color css

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

 a { background-color: rgb(252,1,179); }

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

border-color css

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

 span { border-color: rgb(252,1,179); }

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