#F714FF

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

Shades of Magenta #F714FF

Tints of Magenta #F714FF

Color information

#F714FF (or 0xF714FF) is unknown color: approx Magenta. HEX triplet: F7, 14 and FF. RGB value is (247,20,255). Sum of RGB (Red+Green+Blue) = 247+20+255=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 20 (8.20% from 255 or 3.83% 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 #F714FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F714FF is #08EB00. Grayscale: #717171. Windows color (decimal): -584449 or 16717047. OLE color: 16717047.

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

Color convert

RGB24720255-
CMYK0.030.9200
HSL297.96º100%53.92%-
HSV(B)297.96º92.16%100%-
XYZ56.6627.4996.93-
YUV114.66207.21222.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.32%
GREEN value IS 20 (8.20% from 255) = 3.83%
BLUE value IS 255 (100% from 255) = 48.85%
R=47.32%
G=3.83%
B=48.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal247202550.030.9200297.9610053.92
HexF714FF35C0012a6436
Octal3672437731340045214466
Binary111101111010011111111111011100001001010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F714FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F714FF; }

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

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

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

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

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

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

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

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