Html Css Color HEX #F001F0 Magenta

📋 copy color: '#F001F0'

red 240 ◦ green 1 ◦ blue 240

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

Shades of Magenta #F001F0

Tints of Magenta #F001F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.9%

R = 49.9%
G = 0.21%
B = 49.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F001F0 (or 0xF001F0) is known color: Magenta. HEX triplet: F0, 01 and F0. RGB value is (240,1,240). Sum of RGB (Red+Green+Blue) = 240+1+240=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 1 (0.78% from 255 or 0.21% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F001F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F001F0 is #0FFE0F. Grayscale: #626262. Windows color (decimal): -1048080 or 15729136. OLE color: 15729136.

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

Color convert

RGB 240 1 240 -
CMYK 0 1.00 0 0.06
HSL 300º 0.99% 0.47% -
HSV(B) 300º 1% 0.94% -
XYZ 51.67 24.84 84.51 -
YUV 99.71 207.18 228.07 -
System Red Green Blue C M Y K H S L
Decimal 240 1 240 0 1.00 0 0.06 300 0.99 0.47
Hex F0 1 F0 0 64 0 6 12C 63 2F
Octal 360 1 360 0 144 0 6 454 143 57
Binary 11110000 1 11110000 0 1100100 0 110 100101100 1100011 101111

Color Harmonies of #F001F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001F0

Black with #F001F0

Text Example


Text Example

White with #F001F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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