#F1398D

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

Shades of Violet Red #F1398D

Tints of Violet Red #F1398D

Color information

#F1398D (or 0xF1398D) is unknown color: approx Violet Red. HEX triplet: F1, 39 and 8D. RGB value is (241,57,141). Sum of RGB (Red+Green+Blue) = 241+57+141=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1398D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1398D is #0EC672. Grayscale: #797979. Windows color (decimal): -968307 or 9255409. OLE color: 9255409.

HSL color Cylindrical-coordinate representation of color #F1398D: hue angle of 332.61º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1398D is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB24157141-
CMYK00.760.410.05
HSL332.61º86.79%58.43%-
HSV(B)332.61º76.35%94.51%-
XYZ42.5523.5527.5-
YUV121.59138.96213.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.90%
GREEN value IS 57 (22.66% from 255) = 12.98%
BLUE value IS 141 (55.47% from 255) = 32.12%
R=54.90%
G=12.98%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415714100.760.410.05332.6186.7958.43
HexF1398D04C29514d573a
Octal36171215011451551512772
Binary1111000111100110001101010011001010011011010011011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1398D; }

 p { color: rgb(241,57,141); }

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

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

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

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

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

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

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