Html Css Color HEX #FC0FDA Hot Magenta

📋 copy color: '#FC0FDA'

red 252 ◦ green 15 ◦ blue 218

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

Shades of Hot Magenta #FC0FDA

Tints of Hot Magenta #FC0FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.09%

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 51.96%
G = 3.09%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC0FDA (or 0xFC0FDA) is known color: Hot Magenta. HEX triplet: FC, 0F and DA. RGB value is (252,15,218). Sum of RGB (Red+Green+Blue) = 252+15+218=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FDA is #03F025. Grayscale: #6C6C6C. Windows color (decimal): -258086 or 14290940. OLE color: 14290940.

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

Color convert

RGB 252 15 218 -
CMYK 0 0.94 0.13 0.01
HSL 308.61º 0.98% 0.52% -
HSV(B) 308.61º 0.94% 0.99% -
XYZ 52.97 26.1 68.58 -
YUV 109.01 189.52 229.99 -
System Red Green Blue C M Y K H S L
Decimal 252 15 218 0 0.94 0.13 0.01 308.61 0.98 0.52
Hex FC F DA 0 5E D 1 135 62 34
Octal 374 17 332 0 136 15 1 465 142 64
Binary 11111100 1111 11011010 0 1011110 1101 1 100110101 1100010 110100

Color Harmonies of #FC0FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FDA

Black with #FC0FDA

Text Example


Text Example

White with #FC0FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FDA; }

 p { color: rgb(252,15,218); }

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

background-color css

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

 a { background-color: rgb(252,15,218); }

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

border-color css

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

 span { border-color: rgb(252,15,218); }

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