Html Css Color HEX #FC08B1 Shocking Pink

📋 copy color: '#FC08B1'

red 252 ◦ green 8 ◦ blue 177

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

Shades of Shocking Pink #FC08B1

Tints of Shocking Pink #FC08B1

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.83%

 BLUE value IS 177 (69.53% from 255) = 40.5%

R = 57.67%
G = 1.83%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC08B1 (or 0xFC08B1) is known color: Shocking Pink. HEX triplet: FC, 08 and B1. RGB value is (252,8,177). Sum of RGB (Red+Green+Blue) = 252+8+177=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 8 (3.52% from 255 or 1.83% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC08B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC08B1 is #03F74E. Grayscale: #636363. Windows color (decimal): -259919 or 11602172. OLE color: 11602172.

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

Color convert

RGB 252 8 177 -
CMYK 0 0.97 0.30 0.01
HSL 318.44º 0.98% 0.51% -
HSV(B) 318.44º 0.97% 0.99% -
XYZ 48.17 24.04 43.7 -
YUV 100.22 171.34 236.26 -
System Red Green Blue C M Y K H S L
Decimal 252 8 177 0 0.97 0.30 0.01 318.44 0.98 0.51
Hex FC 8 B1 0 61 1E 1 13E 62 33
Octal 374 10 261 0 141 36 1 476 142 63
Binary 11111100 1000 10110001 0 1100001 11110 1 100111110 1100010 110011

Color Harmonies of #FC08B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC08B1

Black with #FC08B1

Text Example


Text Example

White with #FC08B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC08B1; }

 p { color: rgb(252,8,177); }

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

background-color css

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

 a { background-color: rgb(252,8,177); }

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

border-color css

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

 span { border-color: rgb(252,8,177); }

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