#F17DEB

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

Shades of Violet #F17DEB

Tints of Violet #F17DEB

Color information

#F17DEB (or 0xF17DEB) is unknown color: approx Violet. HEX triplet: F1, 7D and EB. RGB value is (241,125,235). Sum of RGB (Red+Green+Blue) = 241+125+235=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DEB is #0E8214. Grayscale: #ABABAB. Windows color (decimal): -950805 or 15433201. OLE color: 15433201.

HSL color Cylindrical-coordinate representation of color #F17DEB: hue angle of 303.1º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17DEB is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241125235-
CMYK00.480.020.05
HSL303.1º80.56%71.76%-
HSV(B)303.1º48.13%94.51%-
XYZ58.639.3783.11-
YUV172.22163.43177.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 125 (49.22% from 255) = 20.80%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=40.10%
G=20.80%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112523500.480.020.05303.180.5671.76
HexF17DEB0302512f5148
Octal36117535306025457121110
Binary1111000111111011110101101100001010110010111110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17DEB; }

 p { color: rgb(241,125,235); }

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

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

 a { background-color: rgb(241,125,235); }

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

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

 span { border-color: rgb(241,125,235); }

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