#F17FF0

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

Shades of Violet #F17FF0

Tints of Violet #F17FF0

Color information

#F17FF0 (or 0xF17FF0) is unknown color: approx Violet. HEX triplet: F1, 7F and F0. RGB value is (241,127,240). Sum of RGB (Red+Green+Blue) = 241+127+240=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 127 (50% from 255 or 20.89% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17FF0 is #0E800F. Grayscale: #ADADAD. Windows color (decimal): -950288 or 15761393. OLE color: 15761393.

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

Color convert

RGB241127240-
CMYK00.470.000.05
HSL300.53º80.28%72.16%-
HSV(B)300.53º47.3%94.51%-
XYZ59.5940.1787.05-
YUV173.97165.27175.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 127 (50% from 255) = 20.89%
BLUE value IS 240 (94.14% from 255) = 39.47%
R=39.64%
G=20.89%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112724000.470.000.05300.5380.2872.16
HexF17FF002F0512d5048
Octal36117736005705455120110
Binary111100011111111111100000101111010110010110110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17FF0; }

 p { color: rgb(241,127,240); }

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

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

 a { background-color: rgb(241,127,240); }

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

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

 span { border-color: rgb(241,127,240); }

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