Html Css Color HEX #FC0BBD Shocking Pink

📋 copy color: '#FC0BBD'

red 252 ◦ green 11 ◦ blue 189

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

Shades of Shocking Pink #FC0BBD

Tints of Shocking Pink #FC0BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 55.75%
G = 2.43%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC0BBD (or 0xFC0BBD) is known color: Shocking Pink. HEX triplet: FC, 0B and BD. RGB value is (252,11,189). Sum of RGB (Red+Green+Blue) = 252+11+189=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BBD is #03F442. Grayscale: #666666. Windows color (decimal): -259139 or 12389372. OLE color: 12389372.

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

Color convert

RGB 252 11 189 -
CMYK 0 0.96 0.25 0.01
HSL 315.68º 0.98% 0.52% -
HSV(B) 315.68º 0.96% 0.99% -
XYZ 49.45 24.61 50.29 -
YUV 103.35 176.34 234.03 -
System Red Green Blue C M Y K H S L
Decimal 252 11 189 0 0.96 0.25 0.01 315.68 0.98 0.52
Hex FC B BD 0 60 19 1 13C 62 34
Octal 374 13 275 0 140 31 1 474 142 64
Binary 11111100 1011 10111101 0 1100000 11001 1 100111100 1100010 110100

Color Harmonies of #FC0BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BBD

Black with #FC0BBD

Text Example


Text Example

White with #FC0BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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