Html Css Color HEX #F001F6 Magenta

📋 copy color: '#F001F6'

red 240 ◦ green 1 ◦ blue 246

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

Shades of Magenta #F001F6

Tints of Magenta #F001F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.51%

R = 49.28%
G = 0.21%
B = 50.51%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F001F6 (or 0xF001F6) is known color: Magenta. HEX triplet: F0, 01 and F6. RGB value is (240,1,246). Sum of RGB (Red+Green+Blue) = 240+1+246=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 1 (0.78% from 255 or 0.21% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #F001F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F001F6 is #0FFE09. Grayscale: #636363. Windows color (decimal): -1048074 or 16122352. OLE color: 16122352.

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

Color convert

RGB 240 1 246 -
CMYK 0.02 1.00 0 0.04
HSL 298.53º 0.99% 0.48% -
HSV(B) 298.53º 1% 0.96% -
XYZ 52.58 25.2 89.28 -
YUV 100.39 210.18 227.58 -
System Red Green Blue C M Y K H S L
Decimal 240 1 246 0.02 1.00 0 0.04 298.53 0.99 0.48
Hex F0 1 F6 2 64 0 4 12B 63 30
Octal 360 1 366 2 144 0 4 453 143 60
Binary 11110000 1 11110110 10 1100100 0 100 100101011 1100011 110000

Color Harmonies of #F001F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001F6

Black with #F001F6

Text Example


Text Example

White with #F001F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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