Html Css Color HEX #FA14F0 Magenta

📋 copy color: '#FA14F0'

red 250 ◦ green 20 ◦ blue 240

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

Shades of Magenta #FA14F0

Tints of Magenta #FA14F0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.92%

 BLUE value IS 240 (94.14% from 255) = 47.06%

R = 49.02%
G = 3.92%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA14F0 (or 0xFA14F0) is known color: Magenta. HEX triplet: FA, 14 and F0. RGB value is (250,20,240). Sum of RGB (Red+Green+Blue) = 250+20+240=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 20 (8.20% from 255 or 3.92% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA14F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA14F0 is #05EB0F. Grayscale: #717171. Windows color (decimal): -387856 or 15734010. OLE color: 15734010.

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

Color convert

RGB 250 20 240 -
CMYK 0 0.92 0.04 0.02
HSL 302.61º 0.96% 0.53% -
HSV(B) 302.61º 0.92% 0.98% -
XYZ 55.4 27.12 84.75 -
YUV 113.85 199.2 225.11 -
System Red Green Blue C M Y K H S L
Decimal 250 20 240 0 0.92 0.04 0.02 302.61 0.96 0.53
Hex FA 14 F0 0 5C 4 2 12F 60 35
Octal 372 24 360 0 134 4 2 457 140 65
Binary 11111010 10100 11110000 0 1011100 100 10 100101111 1100000 110101

Color Harmonies of #FA14F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA14F0

Black with #FA14F0

Text Example


Text Example

White with #FA14F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA14F0; }

 p { color: rgb(250,20,240); }

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

background-color css

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

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

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

border-color css

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

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

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