Html Css Color HEX #FA08E6 Magenta

📋 copy color: '#FA08E6'

red 250 ◦ green 8 ◦ blue 230

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

Shades of Magenta #FA08E6

Tints of Magenta #FA08E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.13%

R = 51.23%
G = 1.64%
B = 47.13%

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

#FA08E6 (or 0xFA08E6) is known color: Magenta. HEX triplet: FA, 08 and E6. RGB value is (250,8,230). Sum of RGB (Red+Green+Blue) = 250+8+230=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 8 (3.52% from 255 or 1.64% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA08E6 is #05F719. Grayscale: #696969. Windows color (decimal): -390938 or 15075578. OLE color: 15075578.

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

Color convert

RGB 250 8 230 -
CMYK 0 0.97 0.08 0.02
HSL 304.96º 0.96% 0.51% -
HSV(B) 304.96º 0.97% 0.98% -
XYZ 53.79 26.21 77.09 -
YUV 105.67 198.17 230.95 -
System Red Green Blue C M Y K H S L
Decimal 250 8 230 0 0.97 0.08 0.02 304.96 0.96 0.51
Hex FA 8 E6 0 61 8 2 131 60 33
Octal 372 10 346 0 141 10 2 461 140 63
Binary 11111010 1000 11100110 0 1100001 1000 10 100110001 1100000 110011

Color Harmonies of #FA08E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA08E6

Black with #FA08E6

Text Example


Text Example

White with #FA08E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA08E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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