Html Css Color HEX #F127FE Magenta

📋 copy color: '#F127FE'

red 241 ◦ green 39 ◦ blue 254

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

Shades of Magenta #F127FE

Tints of Magenta #F127FE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.3%

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

R = 45.13%
G = 7.3%
B = 47.57%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F127FE (or 0xF127FE) is known color: Magenta. HEX triplet: F1, 27 and FE. RGB value is (241,39,254). Sum of RGB (Red+Green+Blue) = 241+39+254=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 39 (15.62% from 255 or 7.30% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #F127FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F127FE is #0ED801. Grayscale: #7B7B7B. Windows color (decimal): -972802 or 16656369. OLE color: 16656369.

HSL color Cylindrical-coordinate representation of color #F127FE: hue angle of 296.37º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F127FE is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 39 254 -
CMYK 0.05 0.85 0 0.00
HSL 296.37º 0.99% 0.57% -
HSV(B) 296.37º 0.85% 1% -
XYZ 54.89 27.31 96.14 -
YUV 123.91 201.42 211.52 -
System Red Green Blue C M Y K H S L
Decimal 241 39 254 0.05 0.85 0 0.00 296.37 0.99 0.57
Hex F1 27 FE 5 55 0 0 128 63 39
Octal 361 47 376 5 125 0 0 450 143 71
Binary 11110001 100111 11111110 101 1010101 0 0 100101000 1100011 111001

Color Harmonies of #F127FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127FE

Black with #F127FE

Text Example


Text Example

White with #F127FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127FE; }

 p { color: rgb(241,39,254); }

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

background-color css

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

 a { background-color: rgb(241,39,254); }

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

border-color css

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

 span { border-color: rgb(241,39,254); }

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