Html Css Color HEX #FC0DBC Shocking Pink

📋 copy color: '#FC0DBC'

red 252 ◦ green 13 ◦ blue 188

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

Shades of Shocking Pink #FC0DBC

Tints of Shocking Pink #FC0DBC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.87%

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

R = 55.63%
G = 2.87%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC0DBC (or 0xFC0DBC) is known color: Shocking Pink. HEX triplet: FC, 0D and BC. RGB value is (252,13,188). Sum of RGB (Red+Green+Blue) = 252+13+188=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0DBC is #03F243. Grayscale: #676767. Windows color (decimal): -258628 or 12324348. OLE color: 12324348.

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

Color convert

RGB 252 13 188 -
CMYK 0 0.95 0.25 0.01
HSL 316.07º 0.98% 0.52% -
HSV(B) 316.07º 0.95% 0.99% -
XYZ 49.37 24.61 49.73 -
YUV 104.41 175.18 233.27 -
System Red Green Blue C M Y K H S L
Decimal 252 13 188 0 0.95 0.25 0.01 316.07 0.98 0.52
Hex FC D BC 0 5F 19 1 13C 62 34
Octal 374 15 274 0 137 31 1 474 142 64
Binary 11111100 1101 10111100 0 1011111 11001 1 100111100 1100010 110100

Color Harmonies of #FC0DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0DBC

Black with #FC0DBC

Text Example


Text Example

White with #FC0DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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