Html Css Color HEX #F41BFE Magenta

📋 copy color: '#F41BFE'

red 244 ◦ green 27 ◦ blue 254

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

Shades of Magenta #F41BFE

Tints of Magenta #F41BFE

RGB

 RED value IS 244 (95.7% from 255) = 46.48%

 GREEN value IS 27 (10.94% from 255) = 5.14%

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 46.48%
G = 5.14%
B = 48.38%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F41BFE (or 0xF41BFE) is known color: Magenta. HEX triplet: F4, 1B and FE. RGB value is (244,27,254). Sum of RGB (Red+Green+Blue) = 244+27+254=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 27 (10.94% from 255 or 5.14% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #F41BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41BFE is #0BE401. Grayscale: #757575. Windows color (decimal): -779266 or 16653300. OLE color: 16653300.

HSL color Cylindrical-coordinate representation of color #F41BFE: hue angle of 297.36º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41BFE is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 244 27 254 -
CMYK 0.04 0.89 0 0.00
HSL 297.36º 0.99% 0.55% -
HSV(B) 297.36º 0.89% 1% -
XYZ 55.59 27.17 96.08 -
YUV 117.76 204.89 218.04 -
System Red Green Blue C M Y K H S L
Decimal 244 27 254 0.04 0.89 0 0.00 297.36 0.99 0.55
Hex F4 1B FE 4 59 0 0 129 63 37
Octal 364 33 376 4 131 0 0 451 143 67
Binary 11110100 11011 11111110 100 1011001 0 0 100101001 1100011 110111

Color Harmonies of #F41BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41BFE

Black with #F41BFE

Text Example


Text Example

White with #F41BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41BFE; }

 p { color: rgb(244,27,254); }

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

background-color css

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

 a { background-color: rgb(244,27,254); }

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

border-color css

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

 span { border-color: rgb(244,27,254); }

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