Html Css Color HEX #FC0BBF Shocking Pink

📋 copy color: '#FC0BBF'

red 252 ◦ green 11 ◦ blue 191

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

Shades of Shocking Pink #FC0BBF

Tints of Shocking Pink #FC0BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.07%

R = 55.51%
G = 2.42%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC0BBF (or 0xFC0BBF) is known color: Shocking Pink. HEX triplet: FC, 0B and BF. RGB value is (252,11,191). Sum of RGB (Red+Green+Blue) = 252+11+191=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BBF is #03F440. Grayscale: #676767. Windows color (decimal): -259137 or 12520444. OLE color: 12520444.

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

Color convert

RGB 252 11 191 -
CMYK 0 0.96 0.24 0.01
HSL 315.19º 0.98% 0.52% -
HSV(B) 315.19º 0.96% 0.99% -
XYZ 49.67 24.7 51.44 -
YUV 103.58 177.34 233.86 -
System Red Green Blue C M Y K H S L
Decimal 252 11 191 0 0.96 0.24 0.01 315.19 0.98 0.52
Hex FC B BF 0 60 18 1 13B 62 34
Octal 374 13 277 0 140 30 1 473 142 64
Binary 11111100 1011 10111111 0 1100000 11000 1 100111011 1100010 110100

Color Harmonies of #FC0BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BBF

Black with #FC0BBF

Text Example


Text Example

White with #FC0BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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