Html Css Color HEX #F127F0 Magenta

📋 copy color: '#F127F0'

red 241 ◦ green 39 ◦ blue 240

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

Shades of Magenta #F127F0

Tints of Magenta #F127F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.15%

R = 46.35%
G = 7.5%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F127F0 (or 0xF127F0) is known color: Magenta. HEX triplet: F1, 27 and F0. RGB value is (241,39,240). Sum of RGB (Red+Green+Blue) = 241+39+240=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 39 (15.62% from 255 or 7.5% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F127F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F127F0 is #0ED80F. Grayscale: #797979. Windows color (decimal): -972816 or 15738865. OLE color: 15738865.

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

Color convert

RGB 241 39 240 -
CMYK 0 0.84 0.00 0.05
HSL 300.3º 0.88% 0.55% -
HSV(B) 300.3º 0.84% 0.95% -
XYZ 52.73 26.44 84.76 -
YUV 122.31 194.42 212.66 -
System Red Green Blue C M Y K H S L
Decimal 241 39 240 0 0.84 0.00 0.05 300.3 0.88 0.55
Hex F1 27 F0 0 54 0 5 12C 58 37
Octal 361 47 360 0 124 0 5 454 130 67
Binary 11110001 100111 11110000 0 1010100 0 101 100101100 1011000 110111

Color Harmonies of #F127F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127F0

Black with #F127F0

Text Example


Text Example

White with #F127F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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