#F772EB

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

Shades of Violet #F772EB

Tints of Violet #F772EB

Color information

#F772EB (or 0xF772EB) is unknown color: approx Violet. HEX triplet: F7, 72 and EB. RGB value is (247,114,235). Sum of RGB (Red+Green+Blue) = 247+114+235=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 114 (44.92% from 255 or 19.13% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F772EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F772EB is #088D14. Grayscale: #A7A7A7. Windows color (decimal): -560405 or 15430391. OLE color: 15430391.

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

Color convert

RGB247114235-
CMYK00.540.050.03
HSL305.41º89.26%70.78%-
HSV(B)305.41º53.85%96.86%-
XYZ59.3737.8182.77-
YUV167.56166.06184.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.44%
GREEN value IS 114 (44.92% from 255) = 19.13%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=41.44%
G=19.13%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711423500.540.050.03305.4189.2670.78
HexF772EB036531315947
Octal36716235306653461131107
Binary1111011111100101110101101101101011110011000110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F772EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F772EB; }

 p { color: rgb(247,114,235); }

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

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

 a { background-color: rgb(247,114,235); }

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

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

 span { border-color: rgb(247,114,235); }

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