Html Css Color HEX #F015F1 Magenta

📋 copy color: '#F015F1'

red 240 ◦ green 21 ◦ blue 241

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

Shades of Magenta #F015F1

Tints of Magenta #F015F1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.18%

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

R = 47.81%
G = 4.18%
B = 48.01%

CMYK

 C value IS 0.00

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F015F1 (or 0xF015F1) is known color: Magenta. HEX triplet: F0, 15 and F1. RGB value is (240,21,241). Sum of RGB (Red+Green+Blue) = 240+21+241=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 21 (8.59% from 255 or 4.18% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #F015F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F015F1 is #0FEA0E. Grayscale: #6E6E6E. Windows color (decimal): -1042959 or 15799792. OLE color: 15799792.

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

Color convert

RGB 240 21 241 -
CMYK 0.00 0.91 0 0.05
HSL 299.73º 0.89% 0.51% -
HSV(B) 299.73º 0.91% 0.95% -
XYZ 52.08 25.41 85.38 -
YUV 111.56 201.05 219.61 -
System Red Green Blue C M Y K H S L
Decimal 240 21 241 0.00 0.91 0 0.05 299.73 0.89 0.51
Hex F0 15 F1 0 5B 0 5 12C 59 33
Octal 360 25 361 0 133 0 5 454 131 63
Binary 11110000 10101 11110001 0 1011011 0 101 100101100 1011001 110011

Color Harmonies of #F015F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015F1

Black with #F015F1

Text Example


Text Example

White with #F015F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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