Html Css Color HEX #F015FF Magenta

📋 copy color: '#F015FF'

red 240 ◦ green 21 ◦ blue 255

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

Shades of Magenta #F015FF

Tints of Magenta #F015FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.42%

R = 46.51%
G = 4.07%
B = 49.42%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F015FF (or 0xF015FF) is known color: Magenta. HEX triplet: F0, 15 and FF. RGB value is (240,21,255). Sum of RGB (Red+Green+Blue) = 240+21+255=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 21 (8.59% from 255 or 4.07% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #F015FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F015FF is #0FEA00. Grayscale: #707070. Windows color (decimal): -1042945 or 16717296. OLE color: 16717296.

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

Color convert

RGB 240 21 255 -
CMYK 0.06 0.92 0 0
HSL 296.15º 1% 0.54% -
HSV(B) 296.15º 0.92% 1% -
XYZ 54.25 26.28 96.82 -
YUV 113.16 208.05 218.47 -
System Red Green Blue C M Y K H S L
Decimal 240 21 255 0.06 0.92 0 0 296.15 1 0.54
Hex F0 15 FF 6 5C 0 0 128 64 36
Octal 360 25 377 6 134 0 0 450 144 66
Binary 11110000 10101 11111111 110 1011100 0 0 100101000 1100100 110110

Color Harmonies of #F015FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015FF

Black with #F015FF

Text Example


Text Example

White with #F015FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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