#F1357D

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

Shades of Violet Red #F1357D

Tints of Violet Red #F1357D

Color information

#F1357D (or 0xF1357D) is unknown color: approx Violet Red. HEX triplet: F1, 35 and 7D. RGB value is (241,53,125). Sum of RGB (Red+Green+Blue) = 241+53+125=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1357D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1357D is #0ECA82. Grayscale: #757575. Windows color (decimal): -969347 or 8205809. OLE color: 8205809.

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

Color convert

RGB24153125-
CMYK00.780.480.05
HSL337.02º87.04%57.65%-
HSV(B)337.02º78.01%94.51%-
XYZ41.2522.7321.61-
YUV117.42132.28216.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.52%
GREEN value IS 53 (21.09% from 255) = 12.65%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=57.52%
G=12.65%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415312500.780.480.05337.0287.0457.65
HexF1357D04E305151573a
Octal36165175011660552112772
Binary111100011101011111101010011101100001011010100011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1357D; }

 p { color: rgb(241,53,125); }

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

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

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

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

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

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

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