Html Css Color HEX #FA30FF Magenta

📋 copy color: '#FA30FF'

red 250 ◦ green 48 ◦ blue 255

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

Shades of Magenta #FA30FF

Tints of Magenta #FA30FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 8.68%

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

R = 45.21%
G = 8.68%
B = 46.11%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA30FF (or 0xFA30FF) is known color: Magenta. HEX triplet: FA, 30 and FF. RGB value is (250,48,255). Sum of RGB (Red+Green+Blue) = 250+48+255=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 48 (19.14% from 255 or 8.68% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA30FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA30FF is #05CF00. Grayscale: #838383. Windows color (decimal): -380673 or 16724218. OLE color: 16724218.

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

Color convert

RGB 250 48 255 -
CMYK 0.02 0.81 0 0
HSL 298.55º 1% 0.59% -
HSV(B) 298.55º 0.81% 1% -
XYZ 58.53 29.66 97.25 -
YUV 132 197.42 212.17 -
System Red Green Blue C M Y K H S L
Decimal 250 48 255 0.02 0.81 0 0 298.55 1 0.59
Hex FA 30 FF 2 51 0 0 12B 64 3B
Octal 372 60 377 2 121 0 0 453 144 73
Binary 11111010 110000 11111111 10 1010001 0 0 100101011 1100100 111011

Color Harmonies of #FA30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA30FF

Black with #FA30FF

Text Example


Text Example

White with #FA30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA30FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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