Html Css Color HEX #FD25FA Magenta

📋 copy color: '#FD25FA'

red 253 ◦ green 37 ◦ blue 250

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

Shades of Magenta #FD25FA

Tints of Magenta #FD25FA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 6.85%

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

R = 46.85%
G = 6.85%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD25FA (or 0xFD25FA) is known color: Magenta. HEX triplet: FD, 25 and FA. RGB value is (253,37,250). Sum of RGB (Red+Green+Blue) = 253+37+250=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 37 (14.84% from 255 or 6.85% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FD25FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD25FA is #02DA05. Grayscale: #7D7D7D. Windows color (decimal): -186886 or 16393725. OLE color: 16393725.

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

Color convert

RGB 253 37 250 -
CMYK 0 0.85 0.01 0.01
HSL 300.83º 0.98% 0.57% -
HSV(B) 300.83º 0.85% 0.99% -
XYZ 58.42 29.11 92.98 -
YUV 125.87 198.06 218.68 -
System Red Green Blue C M Y K H S L
Decimal 253 37 250 0 0.85 0.01 0.01 300.83 0.98 0.57
Hex FD 25 FA 0 55 1 1 12D 62 39
Octal 375 45 372 0 125 1 1 455 142 71
Binary 11111101 100101 11111010 0 1010101 1 1 100101101 1100010 111001

Color Harmonies of #FD25FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD25FA

Black with #FD25FA

Text Example


Text Example

White with #FD25FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD25FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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