Html Css Color HEX #FF25FD Magenta

📋 copy color: '#FF25FD'

red 255 ◦ green 37 ◦ blue 253

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

Shades of Magenta #FF25FD

Tints of Magenta #FF25FD

RGB

 RED value IS 255 (100% from 255) = 46.79%

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

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

R = 46.79%
G = 6.79%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF25FD (or 0xFF25FD) is known color: Magenta. HEX triplet: FF, 25 and FD. RGB value is (255,37,253). Sum of RGB (Red+Green+Blue) = 255+37+253=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 37 (14.84% from 255 or 6.79% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF25FD is #00DA02. Grayscale: #7E7E7E. Windows color (decimal): -55811 or 16590335. OLE color: 16590335.

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

Color convert

RGB 255 37 253 -
CMYK 0 0.85 0.01 0
HSL 300.55º 1% 0.57% -
HSV(B) 300.55º 0.85% 1% -
XYZ 59.63 29.67 95.51 -
YUV 126.81 199.22 219.44 -
System Red Green Blue C M Y K H S L
Decimal 255 37 253 0 0.85 0.01 0 300.55 1 0.57
Hex FF 25 FD 0 55 1 0 12D 64 39
Octal 377 45 375 0 125 1 0 455 144 71
Binary 11111111 100101 11111101 0 1010101 1 0 100101101 1100100 111001

Color Harmonies of #FF25FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF25FD

Black with #FF25FD

Text Example


Text Example

White with #FF25FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF25FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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