#F1347B

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

Shades of Violet Red #F1347B

Tints of Violet Red #F1347B

Color information

#F1347B (or 0xF1347B) is unknown color: approx Violet Red. HEX triplet: F1, 34 and 7B. RGB value is (241,52,123). Sum of RGB (Red+Green+Blue) = 241+52+123=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1347B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1347B is #0ECB84. Grayscale: #747474. Windows color (decimal): -969605 or 8074481. OLE color: 8074481.

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

Color convert

RGB24152123-
CMYK00.780.490.05
HSL337.46º87.1%57.45%-
HSV(B)337.46º78.42%94.51%-
XYZ41.0822.5920.93-
YUV116.6131.62216.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.93%
GREEN value IS 52 (20.70% from 255) = 12.5%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=57.93%
G=12.5%
B=29.57%

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
Decimal2415212300.780.490.05337.4687.157.45
HexF1347B04E3151515739
Octal36164173011661552112771
Binary111100011101001111011010011101100011011010100011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1347B; }

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

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

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

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

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

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

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

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