Html Css Color HEX #F125FF Magenta

📋 copy color: '#F125FF'

red 241 ◦ green 37 ◦ blue 255

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

Shades of Magenta #F125FF

Tints of Magenta #F125FF

RGB

 RED value IS 241 (94.53% from 255) = 45.22%

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

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

R = 45.22%
G = 6.94%
B = 47.84%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F125FF (or 0xF125FF) is known color: Magenta. HEX triplet: F1, 25 and FF. RGB value is (241,37,255). Sum of RGB (Red+Green+Blue) = 241+37+255=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 37 (14.84% from 255 or 6.94% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #F125FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F125FF is #0EDA00. Grayscale: #7A7A7A. Windows color (decimal): -973313 or 16721393. OLE color: 16721393.

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

Color convert

RGB 241 37 255 -
CMYK 0.05 0.85 0 0
HSL 296.15º 1% 0.57% -
HSV(B) 296.15º 0.85% 1% -
XYZ 54.99 27.24 96.97 -
YUV 122.85 202.59 212.27 -
System Red Green Blue C M Y K H S L
Decimal 241 37 255 0.05 0.85 0 0 296.15 1 0.57
Hex F1 25 FF 5 55 0 0 128 64 39
Octal 361 45 377 5 125 0 0 450 144 71
Binary 11110001 100101 11111111 101 1010101 0 0 100101000 1100100 111001

Color Harmonies of #F125FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F125FF

Black with #F125FF

Text Example


Text Example

White with #F125FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F125FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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