Html Css Color HEX #FC01BE Shocking Pink

📋 copy color: '#FC01BE'

red 252 ◦ green 1 ◦ blue 190

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

Shades of Shocking Pink #FC01BE

Tints of Shocking Pink #FC01BE

RGB

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

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

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

R = 56.88%
G = 0.23%
B = 42.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC01BE (or 0xFC01BE) is known color: Shocking Pink. HEX triplet: FC, 01 and BE. RGB value is (252,1,190). Sum of RGB (Red+Green+Blue) = 252+1+190=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01BE is #03FE41. Grayscale: #616161. Windows color (decimal): -261698 or 12452348. OLE color: 12452348.

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

Color convert

RGB 252 1 190 -
CMYK 0 1.00 0.25 0.01
HSL 314.82º 0.99% 0.5% -
HSV(B) 314.82º 1% 0.99% -
XYZ 49.45 24.43 50.83 -
YUV 97.6 180.16 238.13 -
System Red Green Blue C M Y K H S L
Decimal 252 1 190 0 1.00 0.25 0.01 314.82 0.99 0.5
Hex FC 1 BE 0 64 19 1 13B 63 32
Octal 374 1 276 0 144 31 1 473 143 62
Binary 11111100 1 10111110 0 1100100 11001 1 100111011 1100011 110010

Color Harmonies of #FC01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01BE

Black with #FC01BE

Text Example


Text Example

White with #FC01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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