Html Css Color HEX #FA08FF Magenta

📋 copy color: '#FA08FF'

red 250 ◦ green 8 ◦ blue 255

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

Shades of Magenta #FA08FF

Tints of Magenta #FA08FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.71%

R = 48.73%
G = 1.56%
B = 49.71%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA08FF (or 0xFA08FF) is known color: Magenta. HEX triplet: FA, 08 and FF. RGB value is (250,8,255). Sum of RGB (Red+Green+Blue) = 250+8+255=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 8 (3.52% from 255 or 1.56% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA08FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA08FF is #05F700. Grayscale: #6B6B6B. Windows color (decimal): -390913 or 16713978. OLE color: 16713978.

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

Color convert

RGB 250 8 255 -
CMYK 0.02 0.97 0 0
HSL 298.79º 1% 0.52% -
HSV(B) 298.79º 0.97% 1% -
XYZ 57.56 27.72 96.92 -
YUV 108.52 210.67 228.92 -
System Red Green Blue C M Y K H S L
Decimal 250 8 255 0.02 0.97 0 0 298.79 1 0.52
Hex FA 8 FF 2 61 0 0 12B 64 34
Octal 372 10 377 2 141 0 0 453 144 64
Binary 11111010 1000 11111111 10 1100001 0 0 100101011 1100100 110100

Color Harmonies of #FA08FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA08FF

Black with #FA08FF

Text Example


Text Example

White with #FA08FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA08FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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