Html Css Color HEX #FC04BB Shocking Pink

📋 copy color: '#FC04BB'

red 252 ◦ green 4 ◦ blue 187

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

Shades of Shocking Pink #FC04BB

Tints of Shocking Pink #FC04BB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.9%

 BLUE value IS 187 (73.44% from 255) = 42.21%

R = 56.88%
G = 0.9%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC04BB (or 0xFC04BB) is known color: Shocking Pink. HEX triplet: FC, 04 and BB. RGB value is (252,4,187). Sum of RGB (Red+Green+Blue) = 252+4+187=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04BB is #03FB44. Grayscale: #626262. Windows color (decimal): -260933 or 12256508. OLE color: 12256508.

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

Color convert

RGB 252 4 187 -
CMYK 0 0.98 0.26 0.01
HSL 315.73º 0.98% 0.5% -
HSV(B) 315.73º 0.98% 0.99% -
XYZ 49.16 24.37 49.13 -
YUV 99.01 177.66 237.12 -
System Red Green Blue C M Y K H S L
Decimal 252 4 187 0 0.98 0.26 0.01 315.73 0.98 0.5
Hex FC 4 BB 0 62 1A 1 13C 62 32
Octal 374 4 273 0 142 32 1 474 142 62
Binary 11111100 100 10111011 0 1100010 11010 1 100111100 1100010 110010

Color Harmonies of #FC04BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04BB

Black with #FC04BB

Text Example


Text Example

White with #FC04BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04BB; }

 p { color: rgb(252,4,187); }

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

background-color css

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

 a { background-color: rgb(252,4,187); }

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

border-color css

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

 span { border-color: rgb(252,4,187); }

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