Html Css Color HEX #FC0BB6 Shocking Pink

📋 copy color: '#FC0BB6'

red 252 ◦ green 11 ◦ blue 182

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

Shades of Shocking Pink #FC0BB6

Tints of Shocking Pink #FC0BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.9%

R = 56.63%
G = 2.47%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC0BB6 (or 0xFC0BB6) is known color: Shocking Pink. HEX triplet: FC, 0B and B6. RGB value is (252,11,182). Sum of RGB (Red+Green+Blue) = 252+11+182=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BB6 is #03F449. Grayscale: #666666. Windows color (decimal): -259146 or 11930620. OLE color: 11930620.

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

Color convert

RGB 252 11 182 -
CMYK 0 0.96 0.28 0.01
HSL 317.43º 0.98% 0.52% -
HSV(B) 317.43º 0.96% 0.99% -
XYZ 48.71 24.31 46.38 -
YUV 102.55 172.84 234.6 -
System Red Green Blue C M Y K H S L
Decimal 252 11 182 0 0.96 0.28 0.01 317.43 0.98 0.52
Hex FC B B6 0 60 1C 1 13D 62 34
Octal 374 13 266 0 140 34 1 475 142 64
Binary 11111100 1011 10110110 0 1100000 11100 1 100111101 1100010 110100

Color Harmonies of #FC0BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BB6

Black with #FC0BB6

Text Example


Text Example

White with #FC0BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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