Html Css Color HEX #F925FF Magenta

📋 copy color: '#F925FF'

red 249 ◦ green 37 ◦ blue 255

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

Shades of Magenta #F925FF

Tints of Magenta #F925FF

RGB

 RED value IS 249 (97.66% from 255) = 46.03%

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

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

R = 46.03%
G = 6.84%
B = 47.13%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F925FF (or 0xF925FF) is known color: Magenta. HEX triplet: F9, 25 and FF. RGB value is (249,37,255). Sum of RGB (Red+Green+Blue) = 249+37+255=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 37 (14.84% from 255 or 6.84% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #F925FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F925FF is #06DA00. Grayscale: #7C7C7C. Windows color (decimal): -449025 or 16721401. OLE color: 16721401.

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

Color convert

RGB 249 37 255 -
CMYK 0.02 0.85 0 0
HSL 298.35º 1% 0.57% -
HSV(B) 298.35º 0.85% 1% -
XYZ 57.78 28.68 97.1 -
YUV 125.24 201.24 216.27 -
System Red Green Blue C M Y K H S L
Decimal 249 37 255 0.02 0.85 0 0 298.35 1 0.57
Hex F9 25 FF 2 55 0 0 12A 64 39
Octal 371 45 377 2 125 0 0 452 144 71
Binary 11111001 100101 11111111 10 1010101 0 0 100101010 1100100 111001

Color Harmonies of #F925FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F925FF

Black with #F925FF

Text Example


Text Example

White with #F925FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F925FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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