Html Css Color HEX #F001FA Magenta

📋 copy color: '#F001FA'

red 240 ◦ green 1 ◦ blue 250

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

Shades of Magenta #F001FA

Tints of Magenta #F001FA

RGB

 RED value IS 240 (94.14% from 255) = 48.88%

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

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 48.88%
G = 0.2%
B = 50.92%

CMYK

 C value IS 0.04

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F001FA (or 0xF001FA) is known color: Magenta. HEX triplet: F0, 01 and FA. RGB value is (240,1,250). Sum of RGB (Red+Green+Blue) = 240+1+250=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 1 (0.78% from 255 or 0.20% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #F001FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F001FA is #0FFE05. Grayscale: #646464. Windows color (decimal): -1048070 or 16384496. OLE color: 16384496.

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

Color convert

RGB 240 1 250 -
CMYK 0.04 1.00 0 0.02
HSL 297.59º 0.99% 0.49% -
HSV(B) 297.59º 1% 0.98% -
XYZ 53.2 25.45 92.55 -
YUV 100.85 212.18 227.25 -
System Red Green Blue C M Y K H S L
Decimal 240 1 250 0.04 1.00 0 0.02 297.59 0.99 0.49
Hex F0 1 FA 4 64 0 2 12A 63 31
Octal 360 1 372 4 144 0 2 452 143 61
Binary 11110000 1 11111010 100 1100100 0 10 100101010 1100011 110001

Color Harmonies of #F001FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001FA

Black with #F001FA

Text Example


Text Example

White with #F001FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001FA; }

 p { color: rgb(240,1,250); }

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

background-color css

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

 a { background-color: rgb(240,1,250); }

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

border-color css

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

 span { border-color: rgb(240,1,250); }

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