Html Css Color HEX #FC0BD0 Hot Magenta

📋 copy color: '#FC0BD0'

red 252 ◦ green 11 ◦ blue 208

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

Shades of Hot Magenta #FC0BD0

Tints of Hot Magenta #FC0BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 53.5%
G = 2.34%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC0BD0 (or 0xFC0BD0) is known color: Hot Magenta. HEX triplet: FC, 0B and D0. RGB value is (252,11,208). Sum of RGB (Red+Green+Blue) = 252+11+208=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 11 (4.69% from 255 or 2.34% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BD0 is #03F42F. Grayscale: #686868. Windows color (decimal): -259120 or 13634556. OLE color: 13634556.

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

Color convert

RGB 252 11 208 -
CMYK 0 0.96 0.17 0.01
HSL 310.95º 0.98% 0.52% -
HSV(B) 310.95º 0.96% 0.99% -
XYZ 51.65 25.49 61.87 -
YUV 105.52 185.84 232.48 -
System Red Green Blue C M Y K H S L
Decimal 252 11 208 0 0.96 0.17 0.01 310.95 0.98 0.52
Hex FC B D0 0 60 11 1 137 62 34
Octal 374 13 320 0 140 21 1 467 142 64
Binary 11111100 1011 11010000 0 1100000 10001 1 100110111 1100010 110100

Color Harmonies of #FC0BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BD0

Black with #FC0BD0

Text Example


Text Example

White with #FC0BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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