Html Css Color HEX #FC0BCD Hot Magenta

📋 copy color: '#FC0BCD'

red 252 ◦ green 11 ◦ blue 205

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

Shades of Hot Magenta #FC0BCD

Tints of Hot Magenta #FC0BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 53.85%
G = 2.35%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC0BCD (or 0xFC0BCD) is known color: Hot Magenta. HEX triplet: FC, 0B and CD. RGB value is (252,11,205). Sum of RGB (Red+Green+Blue) = 252+11+205=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BCD is #03F432. Grayscale: #686868. Windows color (decimal): -259123 or 13437948. OLE color: 13437948.

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

Color convert

RGB 252 11 205 -
CMYK 0 0.96 0.19 0.01
HSL 311.7º 0.98% 0.52% -
HSV(B) 311.7º 0.96% 0.99% -
XYZ 51.28 25.34 59.95 -
YUV 105.18 184.34 232.73 -
System Red Green Blue C M Y K H S L
Decimal 252 11 205 0 0.96 0.19 0.01 311.7 0.98 0.52
Hex FC B CD 0 60 13 1 138 62 34
Octal 374 13 315 0 140 23 1 470 142 64
Binary 11111100 1011 11001101 0 1100000 10011 1 100111000 1100010 110100

Color Harmonies of #FC0BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BCD

Black with #FC0BCD

Text Example


Text Example

White with #FC0BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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