Html Css Color HEX #FA08F2 Magenta

📋 copy color: '#FA08F2'

red 250 ◦ green 8 ◦ blue 242

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

Shades of Magenta #FA08F2

Tints of Magenta #FA08F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.4%

R = 50%
G = 1.6%
B = 48.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA08F2 (or 0xFA08F2) is known color: Magenta. HEX triplet: FA, 08 and F2. RGB value is (250,8,242). Sum of RGB (Red+Green+Blue) = 250+8+242=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 8 (3.52% from 255 or 1.6% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA08F2 is #05F70D. Grayscale: #6A6A6A. Windows color (decimal): -390926 or 15862010. OLE color: 15862010.

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

Color convert

RGB 250 8 242 -
CMYK 0 0.97 0.03 0.02
HSL 301.98º 0.96% 0.51% -
HSV(B) 301.98º 0.97% 0.98% -
XYZ 55.54 26.91 86.27 -
YUV 107.03 204.17 229.97 -
System Red Green Blue C M Y K H S L
Decimal 250 8 242 0 0.97 0.03 0.02 301.98 0.96 0.51
Hex FA 8 F2 0 61 3 2 12E 60 33
Octal 372 10 362 0 141 3 2 456 140 63
Binary 11111010 1000 11110010 0 1100001 11 10 100101110 1100000 110011

Color Harmonies of #FA08F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA08F2

Black with #FA08F2

Text Example


Text Example

White with #FA08F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA08F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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