Html Css Color HEX #FA2FF9 Magenta

📋 copy color: '#FA2FF9'

red 250 ◦ green 47 ◦ blue 249

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

Shades of Magenta #FA2FF9

Tints of Magenta #FA2FF9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.61%

 BLUE value IS 249 (97.66% from 255) = 45.6%

R = 45.79%
G = 8.61%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA2FF9 (or 0xFA2FF9) is known color: Magenta. HEX triplet: FA, 2F and F9. RGB value is (250,47,249). Sum of RGB (Red+Green+Blue) = 250+47+249=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 47 (18.75% from 255 or 8.61% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2FF9 is #05D006. Grayscale: #828282. Windows color (decimal): -380935 or 16330746. OLE color: 16330746.

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

Color convert

RGB 250 47 249 -
CMYK 0 0.81 0.00 0.02
HSL 300.3º 0.95% 0.58% -
HSV(B) 300.3º 0.81% 0.98% -
XYZ 57.54 29.2 92.23 -
YUV 130.73 194.75 213.07 -
System Red Green Blue C M Y K H S L
Decimal 250 47 249 0 0.81 0.00 0.02 300.3 0.95 0.58
Hex FA 2F F9 0 51 0 2 12C 5F 3A
Octal 372 57 371 0 121 0 2 454 137 72
Binary 11111010 101111 11111001 0 1010001 0 10 100101100 1011111 111010

Color Harmonies of #FA2FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2FF9

Black with #FA2FF9

Text Example


Text Example

White with #FA2FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2FF9; }

 p { color: rgb(250,47,249); }

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

background-color css

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

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

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

border-color css

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

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

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