Html Css Color HEX #FA0FF4 Magenta

📋 copy color: '#FA0FF4'

red 250 ◦ green 15 ◦ blue 244

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

Shades of Magenta #FA0FF4

Tints of Magenta #FA0FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.94%

R = 49.12%
G = 2.95%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA0FF4 (or 0xFA0FF4) is known color: Magenta. HEX triplet: FA, 0F and F4. RGB value is (250,15,244). Sum of RGB (Red+Green+Blue) = 250+15+244=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 15 (6.25% from 255 or 2.95% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0FF4 is #05F00B. Grayscale: #6E6E6E. Windows color (decimal): -389132 or 15994874. OLE color: 15994874.

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

Color convert

RGB 250 15 244 -
CMYK 0 0.94 0.02 0.02
HSL 301.53º 0.96% 0.52% -
HSV(B) 301.53º 0.94% 0.98% -
XYZ 55.92 27.2 87.89 -
YUV 111.37 202.86 226.88 -
System Red Green Blue C M Y K H S L
Decimal 250 15 244 0 0.94 0.02 0.02 301.53 0.96 0.52
Hex FA F F4 0 5E 2 2 12E 60 34
Octal 372 17 364 0 136 2 2 456 140 64
Binary 11111010 1111 11110100 0 1011110 10 10 100101110 1100000 110100

Color Harmonies of #FA0FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0FF4

Black with #FA0FF4

Text Example


Text Example

White with #FA0FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0FF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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