Html Css Color HEX #FA04DD Hot Magenta

📋 copy color: '#FA04DD'

red 250 ◦ green 4 ◦ blue 221

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

Shades of Hot Magenta #FA04DD

Tints of Hot Magenta #FA04DD

RGB

 RED value IS 250 (98.05% from 255) = 52.63%

 GREEN value IS 4 (1.95% from 255) = 0.84%

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 52.63%
G = 0.84%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA04DD (or 0xFA04DD) is known color: Hot Magenta. HEX triplet: FA, 04 and DD. RGB value is (250,4,221). Sum of RGB (Red+Green+Blue) = 250+4+221=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 4 (1.95% from 255 or 0.84% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04DD is #05FB22. Grayscale: #656565. Windows color (decimal): -391971 or 14484730. OLE color: 14484730.

HSL color Cylindrical-coordinate representation of color #FA04DD: hue angle of 307.07º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA04DD is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 4 221 -
CMYK 0 0.98 0.12 0.02
HSL 307.07º 0.97% 0.5% -
HSV(B) 307.07º 0.98% 0.98% -
XYZ 52.52 25.63 70.59 -
YUV 102.29 195 233.36 -
System Red Green Blue C M Y K H S L
Decimal 250 4 221 0 0.98 0.12 0.02 307.07 0.97 0.5
Hex FA 4 DD 0 62 C 2 133 61 32
Octal 372 4 335 0 142 14 2 463 141 62
Binary 11111010 100 11011101 0 1100010 1100 10 100110011 1100001 110010

Color Harmonies of #FA04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA04DD

Black with #FA04DD

Text Example


Text Example

White with #FA04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA04DD; }

 p { color: rgb(250,4,221); }

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

background-color css

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

 a { background-color: rgb(250,4,221); }

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

border-color css

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

 span { border-color: rgb(250,4,221); }

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