Html Css Color HEX #F401FB Magenta

📋 copy color: '#F401FB'

red 244 ◦ green 1 ◦ blue 251

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

Shades of Magenta #F401FB

Tints of Magenta #F401FB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

 BLUE value IS 251 (98.44% from 255) = 50.6%

R = 49.19%
G = 0.2%
B = 50.6%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F401FB (or 0xF401FB) is known color: Magenta. HEX triplet: F4, 01 and FB. RGB value is (244,1,251). Sum of RGB (Red+Green+Blue) = 244+1+251=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 1 (0.78% from 255 or 0.20% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #F401FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F401FB is #0BFE04. Grayscale: #656565. Windows color (decimal): -785925 or 16450036. OLE color: 16450036.

HSL color Cylindrical-coordinate representation of color #F401FB: hue angle of 298.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F401FB is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 1 251 -
CMYK 0.03 1.00 0 0.02
HSL 298.32º 0.99% 0.49% -
HSV(B) 298.32º 1% 0.98% -
XYZ 54.73 26.22 93.44 -
YUV 102.16 212.01 229.17 -
System Red Green Blue C M Y K H S L
Decimal 244 1 251 0.03 1.00 0 0.02 298.32 0.99 0.49
Hex F4 1 FB 3 64 0 2 12A 63 31
Octal 364 1 373 3 144 0 2 452 143 61
Binary 11110100 1 11111011 11 1100100 0 10 100101010 1100011 110001

Color Harmonies of #F401FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F401FB

Black with #F401FB

Text Example


Text Example

White with #F401FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F401FB; }

 p { color: rgb(244,1,251); }

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

background-color css

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

 a { background-color: rgb(244,1,251); }

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

border-color css

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

 span { border-color: rgb(244,1,251); }

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