#F614FF

Color #F614FF Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F614FF

Tints of Magenta #F614FF

Color information

#F614FF (or 0xF614FF) is unknown color: approx Magenta. HEX triplet: F6, 14 and FF. RGB value is (246,20,255). Sum of RGB (Red+Green+Blue) = 246+20+255=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 20 (8.20% from 255 or 3.84% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #F614FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F614FF is #09EB00. Grayscale: #717171. Windows color (decimal): -649985 or 16717046. OLE color: 16717046.

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

Color convert

RGB24620255-
CMYK0.040.9200
HSL297.7º100%53.92%-
HSV(B)297.7º92.16%100%-
XYZ56.3127.3196.91-
YUV114.36207.37221.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.22%
GREEN value IS 20 (8.20% from 255) = 3.84%
BLUE value IS 255 (100% from 255) = 48.94%
R=47.22%
G=3.84%
B=48.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal246202550.040.9200297.710053.92
HexF614FF45C0012a6436
Octal3662437741340045214466
Binary1111011010100111111111001011100001001010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F614FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F614FF; }

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

 H1.HeaderClassName
 {
   color: #F614FF;
 }
 .AnyTagClassName
 {
   color: #F614FF;
 }
</style>
background-color css

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

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

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

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

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

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