Html Css Color HEX #FC0BC1 Shocking Pink

📋 copy color: '#FC0BC1'

red 252 ◦ green 11 ◦ blue 193

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

Shades of Shocking Pink #FC0BC1

Tints of Shocking Pink #FC0BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.32%

R = 55.26%
G = 2.41%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC0BC1 (or 0xFC0BC1) is known color: Shocking Pink. HEX triplet: FC, 0B and C1. RGB value is (252,11,193). Sum of RGB (Red+Green+Blue) = 252+11+193=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BC1 is #03F43E. Grayscale: #676767. Windows color (decimal): -259135 or 12651516. OLE color: 12651516.

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

Color convert

RGB 252 11 193 -
CMYK 0 0.96 0.23 0.01
HSL 314.69º 0.98% 0.52% -
HSV(B) 314.69º 0.96% 0.99% -
XYZ 49.89 24.79 52.61 -
YUV 103.81 178.34 233.7 -
System Red Green Blue C M Y K H S L
Decimal 252 11 193 0 0.96 0.23 0.01 314.69 0.98 0.52
Hex FC B C1 0 60 17 1 13B 62 34
Octal 374 13 301 0 140 27 1 473 142 64
Binary 11111100 1011 11000001 0 1100000 10111 1 100111011 1100010 110100

Color Harmonies of #FC0BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BC1

Black with #FC0BC1

Text Example


Text Example

White with #FC0BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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