#F774ED

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

Shades of Violet #F774ED

Tints of Violet #F774ED

Color information

#F774ED (or 0xF774ED) is unknown color: approx Violet. HEX triplet: F7, 74 and ED. RGB value is (247,116,237). Sum of RGB (Red+Green+Blue) = 247+116+237=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 116 (45.70% from 255 or 19.33% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F774ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F774ED is #088B12. Grayscale: #A8A8A8. Windows color (decimal): -559891 or 15561975. OLE color: 15561975.

HSL color Cylindrical-coordinate representation of color #F774ED: hue angle of 304.58º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F774ED is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB247116237-
CMYK00.530.040.03
HSL304.58º89.12%71.18%-
HSV(B)304.58º53.04%96.86%-
XYZ59.8938.3884.37-
YUV168.96166.4183.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.17%
GREEN value IS 116 (45.70% from 255) = 19.33%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=41.17%
G=19.33%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711623700.530.040.03304.5889.1271.18
HexF774ED035431315947
Octal36716435506543461131107
Binary1111011111101001110110101101011001110011000110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F774ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F774ED; }

 p { color: rgb(247,116,237); }

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

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

 a { background-color: rgb(247,116,237); }

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

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

 span { border-color: rgb(247,116,237); }

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