Html Css Color HEX #FA10E1 Hot Magenta

📋 copy color: '#FA10E1'

red 250 ◦ green 16 ◦ blue 225

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

Shades of Hot Magenta #FA10E1

Tints of Hot Magenta #FA10E1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.26%

 BLUE value IS 225 (88.28% from 255) = 45.82%

R = 50.92%
G = 3.26%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA10E1 (or 0xFA10E1) is known color: Hot Magenta. HEX triplet: FA, 10 and E1. RGB value is (250,16,225). Sum of RGB (Red+Green+Blue) = 250+16+225=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 16 (6.64% from 255 or 3.26% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA10E1 is #05EF1E. Grayscale: #6D6D6D. Windows color (decimal): -388895 or 14749946. OLE color: 14749946.

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

Color convert

RGB 250 16 225 -
CMYK 0 0.94 0.10 0.02
HSL 306.41º 0.96% 0.52% -
HSV(B) 306.41º 0.94% 0.98% -
XYZ 53.2 26.13 73.47 -
YUV 109.79 193.02 228.01 -
System Red Green Blue C M Y K H S L
Decimal 250 16 225 0 0.94 0.10 0.02 306.41 0.96 0.52
Hex FA 10 E1 0 5E A 2 132 60 34
Octal 372 20 341 0 136 12 2 462 140 64
Binary 11111010 10000 11100001 0 1011110 1010 10 100110010 1100000 110100

Color Harmonies of #FA10E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA10E1

Black with #FA10E1

Text Example


Text Example

White with #FA10E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA10E1; }

 p { color: rgb(250,16,225); }

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

background-color css

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

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

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

border-color css

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

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

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