Html Css Color HEX #FC0BD4 Hot Magenta

📋 copy color: '#FC0BD4'

red 252 ◦ green 11 ◦ blue 212

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

Shades of Hot Magenta #FC0BD4

Tints of Hot Magenta #FC0BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.63%

R = 53.05%
G = 2.32%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC0BD4 (or 0xFC0BD4) is known color: Hot Magenta. HEX triplet: FC, 0B and D4. RGB value is (252,11,212). Sum of RGB (Red+Green+Blue) = 252+11+212=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 11 (4.69% from 255 or 2.32% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BD4 is #03F42B. Grayscale: #696969. Windows color (decimal): -259116 or 13896700. OLE color: 13896700.

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

Color convert

RGB 252 11 212 -
CMYK 0 0.96 0.16 0.01
HSL 309.96º 0.98% 0.52% -
HSV(B) 309.96º 0.96% 0.99% -
XYZ 52.15 25.69 64.5 -
YUV 105.97 187.84 232.16 -
System Red Green Blue C M Y K H S L
Decimal 252 11 212 0 0.96 0.16 0.01 309.96 0.98 0.52
Hex FC B D4 0 60 10 1 136 62 34
Octal 374 13 324 0 140 20 1 466 142 64
Binary 11111100 1011 11010100 0 1100000 10000 1 100110110 1100010 110100

Color Harmonies of #FC0BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BD4

Black with #FC0BD4

Text Example


Text Example

White with #FC0BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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