#F77FEE

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

Shades of Violet #F77FEE

Tints of Violet #F77FEE

Color information

#F77FEE (or 0xF77FEE) is unknown color: approx Violet. HEX triplet: F7, 7F and EE. RGB value is (247,127,238). Sum of RGB (Red+Green+Blue) = 247+127+238=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 127 (50% from 255 or 20.75% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77FEE is #088011. Grayscale: #AFAFAF. Windows color (decimal): -557074 or 15630327. OLE color: 15630327.

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

Color convert

RGB247127238-
CMYK00.490.040.03
HSL304.5º88.24%73.33%-
HSV(B)304.5º48.58%96.86%-
XYZ61.3841.1385.59-
YUV175.53163.26178.97-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.36%
GREEN value IS 127 (50% from 255) = 20.75%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=40.36%
G=20.75%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712723800.490.040.03304.588.2473.33
HexF77FEE031431305849
Octal36717735606143460130111
Binary1111011111111111110111001100011001110011000010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77FEE; }

 p { color: rgb(247,127,238); }

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

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

 a { background-color: rgb(247,127,238); }

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

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

 span { border-color: rgb(247,127,238); }

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