Html Css Color HEX #F901FD Magenta

📋 copy color: '#F901FD'

red 249 ◦ green 1 ◦ blue 253

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

Shades of Magenta #F901FD

Tints of Magenta #F901FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.3%

R = 49.5%
G = 0.2%
B = 50.3%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F901FD (or 0xF901FD) is known color: Magenta. HEX triplet: F9, 01 and FD. RGB value is (249,1,253). Sum of RGB (Red+Green+Blue) = 249+1+253=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 1 (0.78% from 255 or 0.20% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #F901FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F901FD is #06FE02. Grayscale: #676767. Windows color (decimal): -458243 or 16581113. OLE color: 16581113.

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

Color convert

RGB 249 1 253 -
CMYK 0.02 1.00 0 0.01
HSL 299.05º 0.99% 0.5% -
HSV(B) 299.05º 1% 0.99% -
XYZ 56.81 27.25 95.19 -
YUV 103.88 212.16 231.51 -
System Red Green Blue C M Y K H S L
Decimal 249 1 253 0.02 1.00 0 0.01 299.05 0.99 0.5
Hex F9 1 FD 2 64 0 1 12B 63 32
Octal 371 1 375 2 144 0 1 453 143 62
Binary 11111001 1 11111101 10 1100100 0 1 100101011 1100011 110010

Color Harmonies of #F901FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901FD

Black with #F901FD

Text Example


Text Example

White with #F901FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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