Html Css Color HEX #FA08E5 Hot Magenta

📋 copy color: '#FA08E5'

red 250 ◦ green 8 ◦ blue 229

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

Shades of Hot Magenta #FA08E5

Tints of Hot Magenta #FA08E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.02%

R = 51.33%
G = 1.64%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA08E5 (or 0xFA08E5) is known color: Hot Magenta. HEX triplet: FA, 08 and E5. RGB value is (250,8,229). Sum of RGB (Red+Green+Blue) = 250+8+229=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 8 (3.52% from 255 or 1.64% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA08E5 is #05F71A. Grayscale: #686868. Windows color (decimal): -390939 or 15010042. OLE color: 15010042.

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

Color convert

RGB 250 8 229 -
CMYK 0 0.97 0.08 0.02
HSL 305.21º 0.96% 0.51% -
HSV(B) 305.21º 0.97% 0.98% -
XYZ 53.65 26.15 76.35 -
YUV 105.55 197.67 231.03 -
System Red Green Blue C M Y K H S L
Decimal 250 8 229 0 0.97 0.08 0.02 305.21 0.96 0.51
Hex FA 8 E5 0 61 8 2 131 60 33
Octal 372 10 345 0 141 10 2 461 140 63
Binary 11111010 1000 11100101 0 1100001 1000 10 100110001 1100000 110011

Color Harmonies of #FA08E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA08E5

Black with #FA08E5

Text Example


Text Example

White with #FA08E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA08E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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