Html Css Color HEX #FF25F5 Magenta

📋 copy color: '#FF25F5'

red 255 ◦ green 37 ◦ blue 245

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

Shades of Magenta #FF25F5

Tints of Magenta #FF25F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.62%

R = 47.49%
G = 6.89%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF25F5 (or 0xFF25F5) is known color: Magenta. HEX triplet: FF, 25 and F5. RGB value is (255,37,245). Sum of RGB (Red+Green+Blue) = 255+37+245=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 37 (14.84% from 255 or 6.89% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF25F5 is #00DA0A. Grayscale: #7D7D7D. Windows color (decimal): -55819 or 16066047. OLE color: 16066047.

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

Color convert

RGB 255 37 245 -
CMYK 0 0.85 0.04 0
HSL 302.75º 1% 0.57% -
HSV(B) 302.75º 0.85% 1% -
XYZ 58.38 29.18 88.94 -
YUV 125.89 195.22 220.09 -
System Red Green Blue C M Y K H S L
Decimal 255 37 245 0 0.85 0.04 0 302.75 1 0.57
Hex FF 25 F5 0 55 4 0 12F 64 39
Octal 377 45 365 0 125 4 0 457 144 71
Binary 11111111 100101 11110101 0 1010101 100 0 100101111 1100100 111001

Color Harmonies of #FF25F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF25F5

Black with #FF25F5

Text Example


Text Example

White with #FF25F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF25F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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