Html Css Color HEX #FC0BB8 Shocking Pink

📋 copy color: '#FC0BB8'

red 252 ◦ green 11 ◦ blue 184

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

Shades of Shocking Pink #FC0BB8

Tints of Shocking Pink #FC0BB8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.46%

 BLUE value IS 184 (72.27% from 255) = 41.16%

R = 56.38%
G = 2.46%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC0BB8 (or 0xFC0BB8) is known color: Shocking Pink. HEX triplet: FC, 0B and B8. RGB value is (252,11,184). Sum of RGB (Red+Green+Blue) = 252+11+184=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BB8 is #03F447. Grayscale: #666666. Windows color (decimal): -259144 or 12061692. OLE color: 12061692.

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

Color convert

RGB 252 11 184 -
CMYK 0 0.96 0.27 0.01
HSL 316.93º 0.98% 0.52% -
HSV(B) 316.93º 0.96% 0.99% -
XYZ 48.92 24.4 47.48 -
YUV 102.78 173.84 234.43 -
System Red Green Blue C M Y K H S L
Decimal 252 11 184 0 0.96 0.27 0.01 316.93 0.98 0.52
Hex FC B B8 0 60 1B 1 13D 62 34
Octal 374 13 270 0 140 33 1 475 142 64
Binary 11111100 1011 10111000 0 1100000 11011 1 100111101 1100010 110100

Color Harmonies of #FC0BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BB8

Black with #FC0BB8

Text Example


Text Example

White with #FC0BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BB8; }

 p { color: rgb(252,11,184); }

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

background-color css

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

 a { background-color: rgb(252,11,184); }

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

border-color css

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

 span { border-color: rgb(252,11,184); }

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