#F974EE

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

Shades of Violet #F974EE

Tints of Violet #F974EE

Color information

#F974EE (or 0xF974EE) is unknown color: approx Violet. HEX triplet: F9, 74 and EE. RGB value is (249,116,238). Sum of RGB (Red+Green+Blue) = 249+116+238=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 116 (45.70% from 255 or 19.24% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F974EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F974EE is #068B11. Grayscale: #A9A9A9. Windows color (decimal): -428818 or 15627513. OLE color: 15627513.

HSL color Cylindrical-coordinate representation of color #F974EE: hue angle of 304.96º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F974EE is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249116238-
CMYK00.530.040.02
HSL304.96º91.72%71.57%-
HSV(B)304.96º53.41%97.65%-
XYZ60.7438.885.18-
YUV169.68166.56184.58-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.29%
GREEN value IS 116 (45.70% from 255) = 19.24%
BLUE value IS 238 (93.36% from 255) = 39.47%
R=41.29%
G=19.24%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911623800.530.040.02304.9691.7271.57
HexF974EE035421315c48
Octal37116435606542461134110
Binary1111100111101001110111001101011001010011000110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F974EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F974EE; }

 p { color: rgb(249,116,238); }

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

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

 a { background-color: rgb(249,116,238); }

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

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

 span { border-color: rgb(249,116,238); }

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