Html Css Color HEX #FF25FF Magenta

📋 copy color: '#FF25FF'

red 255 ◦ green 37 ◦ blue 255

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

Shades of Magenta #FF25FF

Tints of Magenta #FF25FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.62%

R = 46.62%
G = 6.76%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF25FF (or 0xFF25FF) is known color: Magenta. HEX triplet: FF, 25 and FF. RGB value is (255,37,255). Sum of RGB (Red+Green+Blue) = 255+37+255=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 37 (14.84% from 255 or 6.76% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF25FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF25FF is #00DA00. Grayscale: #7E7E7E. Windows color (decimal): -55809 or 16721407. OLE color: 16721407.

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

Color convert

RGB 255 37 255 -
CMYK 0 0.85 0 0
HSL 300º 1% 0.57% -
HSV(B) 300º 0.85% 1% -
XYZ 59.95 29.8 97.2 -
YUV 127.03 200.22 219.27 -
System Red Green Blue C M Y K H S L
Decimal 255 37 255 0 0.85 0 0 300 1 0.57
Hex FF 25 FF 0 55 0 0 12C 64 39
Octal 377 45 377 0 125 0 0 454 144 71
Binary 11111111 100101 11111111 0 1010101 0 0 100101100 1100100 111001

Color Harmonies of #FF25FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF25FF

Black with #FF25FF

Text Example


Text Example

White with #FF25FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF25FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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