Html Css Color HEX #F901FB Magenta

📋 copy color: '#F901FB'

red 249 ◦ green 1 ◦ blue 251

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

Shades of Magenta #F901FB

Tints of Magenta #F901FB

RGB

 RED value IS 249 (97.66% from 255) = 49.7%

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

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

R = 49.7%
G = 0.2%
B = 50.1%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F901FB (or 0xF901FB) is known color: Magenta. HEX triplet: F9, 01 and FB. RGB value is (249,1,251). Sum of RGB (Red+Green+Blue) = 249+1+251=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 1 (0.78% from 255 or 0.20% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #F901FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F901FB is #06FE04. Grayscale: #666666. Windows color (decimal): -458245 or 16450041. OLE color: 16450041.

HSL color Cylindrical-coordinate representation of color #F901FB: hue angle of 299.52º 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 #F901FB is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 1 251 -
CMYK 0.01 1.00 0 0.02
HSL 299.52º 0.99% 0.49% -
HSV(B) 299.52º 1% 0.98% -
XYZ 56.49 27.13 93.53 -
YUV 103.65 211.16 231.67 -
System Red Green Blue C M Y K H S L
Decimal 249 1 251 0.01 1.00 0 0.02 299.52 0.99 0.49
Hex F9 1 FB 1 64 0 2 12C 63 31
Octal 371 1 373 1 144 0 2 454 143 61
Binary 11111001 1 11111011 1 1100100 0 10 100101100 1100011 110001

Color Harmonies of #F901FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901FB

Black with #F901FB

Text Example


Text Example

White with #F901FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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