Html Css Color HEX #F01FF2 Magenta

📋 copy color: '#F01FF2'

red 240 ◦ green 31 ◦ blue 242

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

Shades of Magenta #F01FF2

Tints of Magenta #F01FF2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.04%

 BLUE value IS 242 (94.92% from 255) = 47.17%

R = 46.78%
G = 6.04%
B = 47.17%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F01FF2 (or 0xF01FF2) is known color: Magenta. HEX triplet: F0, 1F and F2. RGB value is (240,31,242). Sum of RGB (Red+Green+Blue) = 240+31+242=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 31 (12.5% from 255 or 6.04% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #F01FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01FF2 is #0FE00D. Grayscale: #747474. Windows color (decimal): -1040398 or 15867888. OLE color: 15867888.

HSL color Cylindrical-coordinate representation of color #F01FF2: hue angle of 299.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F01FF2 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 31 242 -
CMYK 0.01 0.87 0 0.05
HSL 299.43º 0.89% 0.54% -
HSV(B) 299.43º 0.87% 0.95% -
XYZ 52.45 25.92 86.24 -
YUV 117.55 198.24 215.34 -
System Red Green Blue C M Y K H S L
Decimal 240 31 242 0.01 0.87 0 0.05 299.43 0.89 0.54
Hex F0 1F F2 1 57 0 5 12B 59 36
Octal 360 37 362 1 127 0 5 453 131 66
Binary 11110000 11111 11110010 1 1010111 0 101 100101011 1011001 110110

Color Harmonies of #F01FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01FF2

Black with #F01FF2

Text Example


Text Example

White with #F01FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01FF2; }

 p { color: rgb(240,31,242); }

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

background-color css

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

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

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

border-color css

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

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

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