Html Css Color HEX #FA08D2 Hot Magenta

📋 copy color: '#FA08D2'

red 250 ◦ green 8 ◦ blue 210

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

Shades of Hot Magenta #FA08D2

Tints of Hot Magenta #FA08D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.87%

R = 53.42%
G = 1.71%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA08D2 (or 0xFA08D2) is known color: Hot Magenta. HEX triplet: FA, 08 and D2. RGB value is (250,8,210). Sum of RGB (Red+Green+Blue) = 250+8+210=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 8 (3.52% from 255 or 1.71% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA08D2 is #05F72D. Grayscale: #666666. Windows color (decimal): -390958 or 13764858. OLE color: 13764858.

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

Color convert

RGB 250 8 210 -
CMYK 0 0.97 0.16 0.02
HSL 309.92º 0.96% 0.51% -
HSV(B) 309.92º 0.97% 0.98% -
XYZ 51.14 25.15 63.13 -
YUV 103.39 188.17 232.57 -
System Red Green Blue C M Y K H S L
Decimal 250 8 210 0 0.97 0.16 0.02 309.92 0.96 0.51
Hex FA 8 D2 0 61 10 2 136 60 33
Octal 372 10 322 0 141 20 2 466 140 63
Binary 11111010 1000 11010010 0 1100001 10000 10 100110110 1100000 110011

Color Harmonies of #FA08D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA08D2

Black with #FA08D2

Text Example


Text Example

White with #FA08D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA08D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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