#F1347A

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

Shades of Violet Red #F1347A

Tints of Violet Red #F1347A

Color information

#F1347A (or 0xF1347A) is unknown color: approx Violet Red. HEX triplet: F1, 34 and 7A. RGB value is (241,52,122). Sum of RGB (Red+Green+Blue) = 241+52+122=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F1347A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1347A is #0ECB85. Grayscale: #747474. Windows color (decimal): -969606 or 8008945. OLE color: 8008945.

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

Color convert

RGB24152122-
CMYK00.780.490.05
HSL337.78º87.1%57.45%-
HSV(B)337.78º78.42%94.51%-
XYZ41.0222.5620.61-
YUV116.49131.12216.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.07%
GREEN value IS 52 (20.70% from 255) = 12.53%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=58.07%
G=12.53%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415212200.780.490.05337.7887.157.45
HexF1347A04E3151525739
Octal36164172011661552212771
Binary111100011101001111010010011101100011011010100101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1347A; }

 p { color: rgb(241,52,122); }

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

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

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

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

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

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

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