Html Css Color HEX #F025FF Magenta

📋 copy color: '#F025FF'

red 240 ◦ green 37 ◦ blue 255

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

Shades of Magenta #F025FF

Tints of Magenta #F025FF

RGB

 RED value IS 240 (94.14% from 255) = 45.11%

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

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

R = 45.11%
G = 6.95%
B = 47.93%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F025FF (or 0xF025FF) is known color: Magenta. HEX triplet: F0, 25 and FF. RGB value is (240,37,255). Sum of RGB (Red+Green+Blue) = 240+37+255=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 37 (14.84% from 255 or 6.95% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #F025FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F025FF is #0FDA00. Grayscale: #797979. Windows color (decimal): -1038849 or 16721392. OLE color: 16721392.

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

Color convert

RGB 240 37 255 -
CMYK 0.06 0.85 0 0
HSL 295.87º 1% 0.57% -
HSV(B) 295.87º 0.85% 1% -
XYZ 54.65 27.07 96.95 -
YUV 122.55 202.75 211.77 -
System Red Green Blue C M Y K H S L
Decimal 240 37 255 0.06 0.85 0 0 295.87 1 0.57
Hex F0 25 FF 6 55 0 0 128 64 39
Octal 360 45 377 6 125 0 0 450 144 71
Binary 11110000 100101 11111111 110 1010101 0 0 100101000 1100100 111001

Color Harmonies of #F025FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F025FF

Black with #F025FF

Text Example


Text Example

White with #F025FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F025FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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