Html Css Color HEX #F127F6 Magenta

📋 copy color: '#F127F6'

red 241 ◦ green 39 ◦ blue 246

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

Shades of Magenta #F127F6

Tints of Magenta #F127F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.77%

R = 45.82%
G = 7.41%
B = 46.77%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F127F6 (or 0xF127F6) is known color: Magenta. HEX triplet: F1, 27 and F6. RGB value is (241,39,246). Sum of RGB (Red+Green+Blue) = 241+39+246=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 39 (15.62% from 255 or 7.41% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #F127F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F127F6 is #0ED809. Grayscale: #7A7A7A. Windows color (decimal): -972810 or 16132081. OLE color: 16132081.

HSL color Cylindrical-coordinate representation of color #F127F6: hue angle of 298.55º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F127F6 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 39 246 -
CMYK 0.02 0.84 0 0.04
HSL 298.55º 0.92% 0.56% -
HSV(B) 298.55º 0.84% 0.96% -
XYZ 53.64 26.81 89.54 -
YUV 123 197.42 212.17 -
System Red Green Blue C M Y K H S L
Decimal 241 39 246 0.02 0.84 0 0.04 298.55 0.92 0.56
Hex F1 27 F6 2 54 0 4 12B 5C 38
Octal 361 47 366 2 124 0 4 453 134 70
Binary 11110001 100111 11110110 10 1010100 0 100 100101011 1011100 111000

Color Harmonies of #F127F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127F6

Black with #F127F6

Text Example


Text Example

White with #F127F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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