Html Css Color HEX #F127FC Magenta

📋 copy color: '#F127FC'

red 241 ◦ green 39 ◦ blue 252

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

Shades of Magenta #F127FC

Tints of Magenta #F127FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.37%

R = 45.3%
G = 7.33%
B = 47.37%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F127FC (or 0xF127FC) is known color: Magenta. HEX triplet: F1, 27 and FC. RGB value is (241,39,252). Sum of RGB (Red+Green+Blue) = 241+39+252=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 39 (15.62% from 255 or 7.33% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #F127FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F127FC is #0ED803. Grayscale: #7B7B7B. Windows color (decimal): -972804 or 16525297. OLE color: 16525297.

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

Color convert

RGB 241 39 252 -
CMYK 0.04 0.85 0 0.01
HSL 296.9º 0.97% 0.57% -
HSV(B) 296.9º 0.85% 0.99% -
XYZ 54.57 27.18 94.47 -
YUV 123.68 200.42 211.68 -
System Red Green Blue C M Y K H S L
Decimal 241 39 252 0.04 0.85 0 0.01 296.9 0.97 0.57
Hex F1 27 FC 4 55 0 1 129 61 39
Octal 361 47 374 4 125 0 1 451 141 71
Binary 11110001 100111 11111100 100 1010101 0 1 100101001 1100001 111001

Color Harmonies of #F127FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127FC

Black with #F127FC

Text Example


Text Example

White with #F127FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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