Html Css Color HEX #F127FF Magenta

📋 copy color: '#F127FF'

red 241 ◦ green 39 ◦ blue 255

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

Shades of Magenta #F127FF

Tints of Magenta #F127FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.66%

R = 45.05%
G = 7.29%
B = 47.66%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F127FF (or 0xF127FF) is known color: Magenta. HEX triplet: F1, 27 and FF. RGB value is (241,39,255). Sum of RGB (Red+Green+Blue) = 241+39+255=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 39 (15.62% from 255 or 7.29% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #F127FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F127FF is #0ED800. Grayscale: #7B7B7B. Windows color (decimal): -972801 or 16721905. OLE color: 16721905.

HSL color Cylindrical-coordinate representation of color #F127FF: hue angle of 296.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F127FF is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 39 255 -
CMYK 0.05 0.85 0 0
HSL 296.11º 1% 0.58% -
HSV(B) 296.11º 0.85% 1% -
XYZ 55.05 27.37 96.99 -
YUV 124.02 201.92 211.44 -
System Red Green Blue C M Y K H S L
Decimal 241 39 255 0.05 0.85 0 0 296.11 1 0.58
Hex F1 27 FF 5 55 0 0 128 64 3A
Octal 361 47 377 5 125 0 0 450 144 72
Binary 11110001 100111 11111111 101 1010101 0 0 100101000 1100100 111010

Color Harmonies of #F127FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127FF

Black with #F127FF

Text Example


Text Example

White with #F127FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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