#F1357F

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

Shades of Violet Red #F1357F

Tints of Violet Red #F1357F

Color information

#F1357F (or 0xF1357F) is unknown color: approx Violet Red. HEX triplet: F1, 35 and 7F. RGB value is (241,53,127). Sum of RGB (Red+Green+Blue) = 241+53+127=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F1357F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1357F is #0ECA80. Grayscale: #757575. Windows color (decimal): -969345 or 8336881. OLE color: 8336881.

HSL color Cylindrical-coordinate representation of color #F1357F: hue angle of 336.38º 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 #F1357F is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB24153127-
CMYK00.780.470.05
HSL336.38º87.04%57.65%-
HSV(B)336.38º78.01%94.51%-
XYZ41.3822.7822.29-
YUV117.65133.28215.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.24%
GREEN value IS 53 (21.09% from 255) = 12.59%
BLUE value IS 127 (50% from 255) = 30.17%
R=57.24%
G=12.59%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415312700.780.470.05336.3887.0457.65
HexF1357F04E2F5150573a
Octal36165177011657552012772
Binary111100011101011111111010011101011111011010100001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1357F; }

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

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

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

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

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

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

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

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