#F171E5

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

Shades of Violet #F171E5

Tints of Violet #F171E5

Color information

#F171E5 (or 0xF171E5) is unknown color: approx Violet. HEX triplet: F1, 71 and E5. RGB value is (241,113,229). Sum of RGB (Red+Green+Blue) = 241+113+229=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F171E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171E5 is #0E8E1A. Grayscale: #A4A4A4. Windows color (decimal): -953883 or 15036913. OLE color: 15036913.

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

Color convert

RGB241113229-
CMYK00.530.050.05
HSL305.62º82.05%69.41%-
HSV(B)305.62º53.11%94.51%-
XYZ56.3236.1778.14-
YUV164.5164.41182.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 113 (44.53% from 255) = 19.38%
BLUE value IS 229 (89.84% from 255) = 39.28%
R=41.34%
G=19.38%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111322900.530.050.05305.6282.0569.41
HexF171E5035551325245
Octal36116134506555462122105
Binary11110001111000111100101011010110110110011001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F171E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F171E5; }

 p { color: rgb(241,113,229); }

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

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

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

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

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

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

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