Html Css Color HEX #FA30FA Magenta

📋 copy color: '#FA30FA'

red 250 ◦ green 48 ◦ blue 250

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

Shades of Magenta #FA30FA

Tints of Magenta #FA30FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.62%

R = 45.62%
G = 8.76%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA30FA (or 0xFA30FA) is known color: Magenta. HEX triplet: FA, 30 and FA. RGB value is (250,48,250). Sum of RGB (Red+Green+Blue) = 250+48+250=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 48 (19.14% from 255 or 8.76% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA30FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA30FA is #05CF05. Grayscale: #828282. Windows color (decimal): -380678 or 16396538. OLE color: 16396538.

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

Color convert

RGB 250 48 250 -
CMYK 0 0.81 0 0.02
HSL 300º 0.95% 0.58% -
HSV(B) 300º 0.81% 0.98% -
XYZ 57.74 29.34 93.06 -
YUV 131.43 194.92 212.57 -
System Red Green Blue C M Y K H S L
Decimal 250 48 250 0 0.81 0 0.02 300 0.95 0.58
Hex FA 30 FA 0 51 0 2 12C 5F 3A
Octal 372 60 372 0 121 0 2 454 137 72
Binary 11111010 110000 11111010 0 1010001 0 10 100101100 1011111 111010

Color Harmonies of #FA30FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA30FA

Black with #FA30FA

Text Example


Text Example

White with #FA30FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA30FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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