Html Css Color HEX #F615FF Magenta

📋 copy color: '#F615FF'

red 246 ◦ green 21 ◦ blue 255

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

Shades of Magenta #F615FF

Tints of Magenta #F615FF

RGB

 RED value IS 246 (96.48% from 255) = 47.13%

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

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

R = 47.13%
G = 4.02%
B = 48.85%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F615FF (or 0xF615FF) is known color: Magenta. HEX triplet: F6, 15 and FF. RGB value is (246,21,255). Sum of RGB (Red+Green+Blue) = 246+21+255=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 21 (8.59% from 255 or 4.02% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #F615FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F615FF is #09EA00. Grayscale: #727272. Windows color (decimal): -649729 or 16717302. OLE color: 16717302.

HSL color Cylindrical-coordinate representation of color #F615FF: hue angle of 297.69º 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 #F615FF is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 246 21 255 -
CMYK 0.04 0.92 0 0
HSL 297.69º 1% 0.54% -
HSV(B) 297.69º 0.92% 1% -
XYZ 56.32 27.35 96.92 -
YUV 114.95 207.04 221.47 -
System Red Green Blue C M Y K H S L
Decimal 246 21 255 0.04 0.92 0 0 297.69 1 0.54
Hex F6 15 FF 4 5C 0 0 12A 64 36
Octal 366 25 377 4 134 0 0 452 144 66
Binary 11110110 10101 11111111 100 1011100 0 0 100101010 1100100 110110

Color Harmonies of #F615FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F615FF

Black with #F615FF

Text Example


Text Example

White with #F615FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F615FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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