Html Css Color HEX #FA0FFA Magenta

📋 copy color: '#FA0FFA'

red 250 ◦ green 15 ◦ blue 250

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

Shades of Magenta #FA0FFA

Tints of Magenta #FA0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.91%

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

R = 48.54%
G = 2.91%
B = 48.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA0FFA (or 0xFA0FFA) is known color: Magenta. HEX triplet: FA, 0F and FA. RGB value is (250,15,250). Sum of RGB (Red+Green+Blue) = 250+15+250=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 15 (6.25% from 255 or 2.91% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA0FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0FFA is #05F005. Grayscale: #6F6F6F. Windows color (decimal): -389126 or 16388090. OLE color: 16388090.

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

Color convert

RGB 250 15 250 -
CMYK 0 0.94 0 0.02
HSL 300º 0.96% 0.52% -
HSV(B) 300º 0.94% 0.98% -
XYZ 56.85 27.57 92.77 -
YUV 112.06 205.86 226.39 -
System Red Green Blue C M Y K H S L
Decimal 250 15 250 0 0.94 0 0.02 300 0.96 0.52
Hex FA F FA 0 5E 0 2 12C 60 34
Octal 372 17 372 0 136 0 2 454 140 64
Binary 11111010 1111 11111010 0 1011110 0 10 100101100 1100000 110100

Color Harmonies of #FA0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0FFA

Black with #FA0FFA

Text Example


Text Example

White with #FA0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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