Html Css Color HEX #FA08D9 Hot Magenta

📋 copy color: '#FA08D9'

red 250 ◦ green 8 ◦ blue 217

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

Shades of Hot Magenta #FA08D9

Tints of Hot Magenta #FA08D9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.68%

 BLUE value IS 217 (85.16% from 255) = 45.68%

R = 52.63%
G = 1.68%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA08D9 (or 0xFA08D9) is known color: Hot Magenta. HEX triplet: FA, 08 and D9. RGB value is (250,8,217). Sum of RGB (Red+Green+Blue) = 250+8+217=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 8 (3.52% from 255 or 1.68% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA08D9 is #05F726. Grayscale: #676767. Windows color (decimal): -390951 or 14223610. OLE color: 14223610.

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

Color convert

RGB 250 8 217 -
CMYK 0 0.97 0.13 0.02
HSL 308.18º 0.96% 0.51% -
HSV(B) 308.18º 0.97% 0.98% -
XYZ 52.04 25.51 67.83 -
YUV 104.18 191.67 232.01 -
System Red Green Blue C M Y K H S L
Decimal 250 8 217 0 0.97 0.13 0.02 308.18 0.96 0.51
Hex FA 8 D9 0 61 D 2 134 60 33
Octal 372 10 331 0 141 15 2 464 140 63
Binary 11111010 1000 11011001 0 1100001 1101 10 100110100 1100000 110011

Color Harmonies of #FA08D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA08D9

Black with #FA08D9

Text Example


Text Example

White with #FA08D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA08D9; }

 p { color: rgb(250,8,217); }

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

background-color css

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

 a { background-color: rgb(250,8,217); }

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

border-color css

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

 span { border-color: rgb(250,8,217); }

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