Html Css Color HEX #F020F1 Magenta

📋 copy color: '#F020F1'

red 240 ◦ green 32 ◦ blue 241

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

Shades of Magenta #F020F1

Tints of Magenta #F020F1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.24%

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

R = 46.78%
G = 6.24%
B = 46.98%

CMYK

 C value IS 0.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F020F1 (or 0xF020F1) is known color: Magenta. HEX triplet: F0, 20 and F1. RGB value is (240,32,241). Sum of RGB (Red+Green+Blue) = 240+32+241=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 32 (12.89% from 255 or 6.24% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #F020F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F020F1 is #0FDF0E. Grayscale: #757575. Windows color (decimal): -1040143 or 15802608. OLE color: 15802608.

HSL color Cylindrical-coordinate representation of color #F020F1: hue angle of 299.71º degrees, saturation: 0.88, 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 #F020F1 is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 32 241 -
CMYK 0.00 0.87 0 0.05
HSL 299.71º 0.88% 0.54% -
HSV(B) 299.71º 0.87% 0.95% -
XYZ 52.33 25.91 85.46 -
YUV 118.02 197.41 215.01 -
System Red Green Blue C M Y K H S L
Decimal 240 32 241 0.00 0.87 0 0.05 299.71 0.88 0.54
Hex F0 20 F1 0 57 0 5 12C 58 36
Octal 360 40 361 0 127 0 5 454 130 66
Binary 11110000 100000 11110001 0 1010111 0 101 100101100 1011000 110110

Color Harmonies of #F020F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020F1

Black with #F020F1

Text Example


Text Example

White with #F020F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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