#F474EF

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

Shades of Violet #F474EF

Tints of Violet #F474EF

Color information

#F474EF (or 0xF474EF) is unknown color: approx Violet. HEX triplet: F4, 74 and EF. RGB value is (244,116,239). Sum of RGB (Red+Green+Blue) = 244+116+239=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 116 (45.70% from 255 or 19.37% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F474EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F474EF is #0B8B10. Grayscale: #A7A7A7. Windows color (decimal): -756497 or 15693044. OLE color: 15693044.

HSL color Cylindrical-coordinate representation of color #F474EF: hue angle of 302.34º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F474EF is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB244116239-
CMYK00.520.020.04
HSL302.34º85.33%70.59%-
HSV(B)302.34º52.46%95.69%-
XYZ59.1337.9685.87-
YUV168.29167.91182-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.73%
GREEN value IS 116 (45.70% from 255) = 19.37%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=40.73%
G=19.37%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411623900.520.020.04302.3485.3370.59
HexF474EF0342412e5547
Octal36416435706424456125107
Binary1111010011101001110111101101001010010010111010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F474EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F474EF; }

 p { color: rgb(244,116,239); }

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

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

 a { background-color: rgb(244,116,239); }

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

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

 span { border-color: rgb(244,116,239); }

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