Html Css Color HEX #FA0CF9 Magenta

📋 copy color: '#FA0CF9'

red 250 ◦ green 12 ◦ blue 249

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

Shades of Magenta #FA0CF9

Tints of Magenta #FA0CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.35%

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

R = 48.92%
G = 2.35%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA0CF9 (or 0xFA0CF9) is known color: Magenta. HEX triplet: FA, 0C and F9. RGB value is (250,12,249). Sum of RGB (Red+Green+Blue) = 250+12+249=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 12 (5.08% from 255 or 2.35% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0CF9 is #05F306. Grayscale: #6D6D6D. Windows color (decimal): -389895 or 16321786. OLE color: 16321786.

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

Color convert

RGB 250 12 249 -
CMYK 0 0.95 0.00 0.02
HSL 300.25º 0.96% 0.51% -
HSV(B) 300.25º 0.95% 0.98% -
XYZ 56.65 27.43 91.93 -
YUV 110.18 206.35 227.73 -
System Red Green Blue C M Y K H S L
Decimal 250 12 249 0 0.95 0.00 0.02 300.25 0.96 0.51
Hex FA C F9 0 5F 0 2 12C 60 33
Octal 372 14 371 0 137 0 2 454 140 63
Binary 11111010 1100 11111001 0 1011111 0 10 100101100 1100000 110011

Color Harmonies of #FA0CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0CF9

Black with #FA0CF9

Text Example


Text Example

White with #FA0CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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