Html Css Color HEX #F127F3 Magenta

📋 copy color: '#F127F3'

red 241 ◦ green 39 ◦ blue 243

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

Shades of Magenta #F127F3

Tints of Magenta #F127F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.46%

R = 46.08%
G = 7.46%
B = 46.46%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F127F3 (or 0xF127F3) is known color: Magenta. HEX triplet: F1, 27 and F3. RGB value is (241,39,243). Sum of RGB (Red+Green+Blue) = 241+39+243=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 39 (15.62% from 255 or 7.46% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #F127F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F127F3 is #0ED80C. Grayscale: #7A7A7A. Windows color (decimal): -972813 or 15935473. OLE color: 15935473.

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

Color convert

RGB 241 39 243 -
CMYK 0.01 0.84 0 0.05
HSL 299.41º 0.89% 0.55% -
HSV(B) 299.41º 0.84% 0.95% -
XYZ 53.18 26.62 87.13 -
YUV 122.65 195.92 212.41 -
System Red Green Blue C M Y K H S L
Decimal 241 39 243 0.01 0.84 0 0.05 299.41 0.89 0.55
Hex F1 27 F3 1 54 0 5 12B 59 37
Octal 361 47 363 1 124 0 5 453 131 67
Binary 11110001 100111 11110011 1 1010100 0 101 100101011 1011001 110111

Color Harmonies of #F127F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127F3

Black with #F127F3

Text Example


Text Example

White with #F127F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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