Html Css Color HEX #FD19FA Magenta

📋 copy color: '#FD19FA'

red 253 ◦ green 25 ◦ blue 250

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

Shades of Magenta #FD19FA

Tints of Magenta #FD19FA

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD19FA (or 0xFD19FA) is known color: Magenta. HEX triplet: FD, 19 and FA. RGB value is (253,25,250). Sum of RGB (Red+Green+Blue) = 253+25+250=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 25 (10.16% from 255 or 4.73% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD19FA is #02E605. Grayscale: #767676. Windows color (decimal): -189958 or 16390653. OLE color: 16390653.

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

Color convert

RGB 253 25 250 -
CMYK 0 0.90 0.01 0.01
HSL 300.79º 0.98% 0.55% -
HSV(B) 300.79º 0.9% 0.99% -
XYZ 58.11 28.48 92.88 -
YUV 118.82 202.04 223.7 -
System Red Green Blue C M Y K H S L
Decimal 253 25 250 0 0.90 0.01 0.01 300.79 0.98 0.55
Hex FD 19 FA 0 5A 1 1 12D 62 37
Octal 375 31 372 0 132 1 1 455 142 67
Binary 11111101 11001 11111010 0 1011010 1 1 100101101 1100010 110111

Color Harmonies of #FD19FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD19FA

Black with #FD19FA

Text Example


Text Example

White with #FD19FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD19FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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