Html Css Color HEX #F01AF1 Magenta

📋 copy color: '#F01AF1'

red 240 ◦ green 26 ◦ blue 241

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

Shades of Magenta #F01AF1

Tints of Magenta #F01AF1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.13%

 BLUE value IS 241 (94.53% from 255) = 47.53%

R = 47.34%
G = 5.13%
B = 47.53%

CMYK

 C value IS 0.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F01AF1 (or 0xF01AF1) is known color: Magenta. HEX triplet: F0, 1A and F1. RGB value is (240,26,241). Sum of RGB (Red+Green+Blue) = 240+26+241=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 26 (10.55% from 255 or 5.13% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #F01AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01AF1 is #0FE50E. Grayscale: #717171. Windows color (decimal): -1041679 or 15801072. OLE color: 15801072.

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

Color convert

RGB 240 26 241 -
CMYK 0.00 0.89 0 0.05
HSL 299.72º 0.88% 0.52% -
HSV(B) 299.72º 0.89% 0.95% -
XYZ 52.18 25.61 85.41 -
YUV 114.5 199.4 217.52 -
System Red Green Blue C M Y K H S L
Decimal 240 26 241 0.00 0.89 0 0.05 299.72 0.88 0.52
Hex F0 1A F1 0 59 0 5 12C 58 34
Octal 360 32 361 0 131 0 5 454 130 64
Binary 11110000 11010 11110001 0 1011001 0 101 100101100 1011000 110100

Color Harmonies of #F01AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01AF1

Black with #F01AF1

Text Example


Text Example

White with #F01AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01AF1; }

 p { color: rgb(240,26,241); }

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

background-color css

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

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

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

border-color css

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

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

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