Html Css Color HEX #FA19FD Magenta

📋 copy color: '#FA19FD'

red 250 ◦ green 25 ◦ blue 253

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

Shades of Magenta #FA19FD

Tints of Magenta #FA19FD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.73%

 BLUE value IS 253 (99.22% from 255) = 47.92%

R = 47.35%
G = 4.73%
B = 47.92%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA19FD (or 0xFA19FD) is known color: Magenta. HEX triplet: FA, 19 and FD. RGB value is (250,25,253). Sum of RGB (Red+Green+Blue) = 250+25+253=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 25 (10.16% from 255 or 4.73% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA19FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA19FD is #05E602. Grayscale: #757575. Windows color (decimal): -386563 or 16587258. OLE color: 16587258.

HSL color Cylindrical-coordinate representation of color #FA19FD: hue angle of 299.21º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA19FD is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 25 253 -
CMYK 0.01 0.90 0 0.01
HSL 299.21º 0.98% 0.55% -
HSV(B) 299.21º 0.9% 0.99% -
XYZ 57.5 28.11 95.32 -
YUV 118.27 204.04 221.96 -
System Red Green Blue C M Y K H S L
Decimal 250 25 253 0.01 0.90 0 0.01 299.21 0.98 0.55
Hex FA 19 FD 1 5A 0 1 12B 62 37
Octal 372 31 375 1 132 0 1 453 142 67
Binary 11111010 11001 11111101 1 1011010 0 1 100101011 1100010 110111

Color Harmonies of #FA19FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA19FD

Black with #FA19FD

Text Example


Text Example

White with #FA19FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA19FD; }

 p { color: rgb(250,25,253); }

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

background-color css

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

 a { background-color: rgb(250,25,253); }

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

border-color css

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

 span { border-color: rgb(250,25,253); }

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