Html Css Color HEX #FC0BD5 Hot Magenta

📋 copy color: '#FC0BD5'

red 252 ◦ green 11 ◦ blue 213

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

Shades of Hot Magenta #FC0BD5

Tints of Hot Magenta #FC0BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.75%

R = 52.94%
G = 2.31%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC0BD5 (or 0xFC0BD5) is known color: Hot Magenta. HEX triplet: FC, 0B and D5. RGB value is (252,11,213). Sum of RGB (Red+Green+Blue) = 252+11+213=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 11 (4.69% from 255 or 2.31% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BD5 is #03F42A. Grayscale: #696969. Windows color (decimal): -259115 or 13962236. OLE color: 13962236.

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

Color convert

RGB 252 11 213 -
CMYK 0 0.96 0.15 0.01
HSL 309.71º 0.98% 0.52% -
HSV(B) 309.71º 0.96% 0.99% -
XYZ 52.27 25.74 65.16 -
YUV 106.09 188.34 232.07 -
System Red Green Blue C M Y K H S L
Decimal 252 11 213 0 0.96 0.15 0.01 309.71 0.98 0.52
Hex FC B D5 0 60 F 1 136 62 34
Octal 374 13 325 0 140 17 1 466 142 64
Binary 11111100 1011 11010101 0 1100000 1111 1 100110110 1100010 110100

Color Harmonies of #FC0BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BD5

Black with #FC0BD5

Text Example


Text Example

White with #FC0BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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