Html Css Color HEX #F127EF Magenta

📋 copy color: '#F127EF'

red 241 ◦ green 39 ◦ blue 239

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

Shades of Magenta #F127EF

Tints of Magenta #F127EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 46.44%
G = 7.51%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F127EF (or 0xF127EF) is known color: Magenta. HEX triplet: F1, 27 and EF. RGB value is (241,39,239). Sum of RGB (Red+Green+Blue) = 241+39+239=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 39 (15.62% from 255 or 7.51% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F127EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F127EF is #0ED810. Grayscale: #797979. Windows color (decimal): -972817 or 15673329. OLE color: 15673329.

HSL color Cylindrical-coordinate representation of color #F127EF: hue angle of 300.59º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F127EF is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 39 239 -
CMYK 0 0.84 0.01 0.05
HSL 300.59º 0.88% 0.55% -
HSV(B) 300.59º 0.84% 0.95% -
XYZ 52.58 26.38 83.98 -
YUV 122.2 193.92 212.74 -
System Red Green Blue C M Y K H S L
Decimal 241 39 239 0 0.84 0.01 0.05 300.59 0.88 0.55
Hex F1 27 EF 0 54 1 5 12D 58 37
Octal 361 47 357 0 124 1 5 455 130 67
Binary 11110001 100111 11101111 0 1010100 1 101 100101101 1011000 110111

Color Harmonies of #F127EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127EF

Black with #F127EF

Text Example


Text Example

White with #F127EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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