#F177F1

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

Shades of Violet #F177F1

Tints of Violet #F177F1

Color information

#F177F1 (or 0xF177F1) is unknown color: approx Violet. HEX triplet: F1, 77 and F1. RGB value is (241,119,241). Sum of RGB (Red+Green+Blue) = 241+119+241=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 119 (46.88% from 255 or 19.80% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F177F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F177F1 is #0E880E. Grayscale: #A9A9A9. Windows color (decimal): -952335 or 15824881. OLE color: 15824881.

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

Color convert

RGB241119241-
CMYK00.5100.05
HSL300º81.33%70.59%-
HSV(B)300º50.62%94.51%-
XYZ58.7538.2587.5-
YUV169.39168.42179.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 119 (46.88% from 255) = 19.80%
BLUE value IS 241 (94.53% from 255) = 40.10%
R=40.10%
G=19.80%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111924100.5100.0530081.3370.59
HexF177F10330512c5147
Octal36116736106305454121107
Binary111100011110111111100010110011010110010110010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F177F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F177F1; }

 p { color: rgb(241,119,241); }

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

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

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

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

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

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

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