Html Css Color HEX #FF25FE Magenta

📋 copy color: '#FF25FE'

red 255 ◦ green 37 ◦ blue 254

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

Shades of Magenta #FF25FE

Tints of Magenta #FF25FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 46.7%
G = 6.78%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF25FE (or 0xFF25FE) is known color: Magenta. HEX triplet: FF, 25 and FE. RGB value is (255,37,254). Sum of RGB (Red+Green+Blue) = 255+37+254=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 37 (14.84% from 255 or 6.78% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF25FE is #00DA01. Grayscale: #7E7E7E. Windows color (decimal): -55810 or 16655871. OLE color: 16655871.

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

Color convert

RGB 255 37 254 -
CMYK 0 0.85 0.00 0
HSL 300.28º 1% 0.57% -
HSV(B) 300.28º 0.85% 1% -
XYZ 59.79 29.74 96.35 -
YUV 126.92 199.72 219.36 -
System Red Green Blue C M Y K H S L
Decimal 255 37 254 0 0.85 0.00 0 300.28 1 0.57
Hex FF 25 FE 0 55 0 0 12C 64 39
Octal 377 45 376 0 125 0 0 454 144 71
Binary 11111111 100101 11111110 0 1010101 0 0 100101100 1100100 111001

Color Harmonies of #FF25FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF25FE

Black with #FF25FE

Text Example


Text Example

White with #FF25FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF25FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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