#F17FFA

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

Shades of Violet #F17FFA

Tints of Violet #F17FFA

Color information

#F17FFA (or 0xF17FFA) is unknown color: approx Violet. HEX triplet: F1, 7F and FA. RGB value is (241,127,250). Sum of RGB (Red+Green+Blue) = 241+127+250=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 127 (50% from 255 or 20.55% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #F17FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17FFA is #0E8005. Grayscale: #AEAEAE. Windows color (decimal): -950278 or 16416753. OLE color: 16416753.

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

Color convert

RGB241127250-
CMYK0.040.4900.02
HSL295.61º92.48%73.92%-
HSV(B)295.61º49.2%98.04%-
XYZ61.1240.7895.09-
YUV175.11170.27175-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 127 (50% from 255) = 20.55%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=39.00%
G=20.55%
B=40.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411272500.040.4900.02295.6192.4873.92
HexF17FFA431021285c4a
Octal36117737246102450134112
Binary1111000111111111111101010011000101010010100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17FFA; }

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

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

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

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

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

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

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

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