Html Css Color HEX #FC09BC Shocking Pink

📋 copy color: '#FC09BC'

red 252 ◦ green 9 ◦ blue 188

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

Shades of Shocking Pink #FC09BC

Tints of Shocking Pink #FC09BC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2%

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 56.12%
G = 2%
B = 41.87%

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

#FC09BC (or 0xFC09BC) is known color: Shocking Pink. HEX triplet: FC, 09 and BC. RGB value is (252,9,188). Sum of RGB (Red+Green+Blue) = 252+9+188=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC09BC is #03F643. Grayscale: #656565. Windows color (decimal): -259652 or 12323324. OLE color: 12323324.

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

Color convert

RGB 252 9 188 -
CMYK 0 0.96 0.25 0.01
HSL 315.8º 0.98% 0.51% -
HSV(B) 315.8º 0.96% 0.99% -
XYZ 49.32 24.52 49.71 -
YUV 102.06 176.51 234.95 -
System Red Green Blue C M Y K H S L
Decimal 252 9 188 0 0.96 0.25 0.01 315.8 0.98 0.51
Hex FC 9 BC 0 60 19 1 13C 62 33
Octal 374 11 274 0 140 31 1 474 142 63
Binary 11111100 1001 10111100 0 1100000 11001 1 100111100 1100010 110011

Color Harmonies of #FC09BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09BC

Black with #FC09BC

Text Example


Text Example

White with #FC09BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09BC; }

 p { color: rgb(252,9,188); }

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

background-color css

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

 a { background-color: rgb(252,9,188); }

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

border-color css

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

 span { border-color: rgb(252,9,188); }

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