#F1457B

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

Shades of Violet Red #F1457B

Tints of Violet Red #F1457B

Color information

#F1457B (or 0xF1457B) is unknown color: approx Violet Red. HEX triplet: F1, 45 and 7B. RGB value is (241,69,123). Sum of RGB (Red+Green+Blue) = 241+69+123=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1457B is #0EBA84. Grayscale: #7E7E7E. Windows color (decimal): -965253 or 8078833. OLE color: 8078833.

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

Color convert

RGB24169123-
CMYK00.710.490.05
HSL341.16º86%60.78%-
HSV(B)341.16º71.37%94.51%-
XYZ41.9824.3921.23-
YUV126.58125.98209.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.66%
GREEN value IS 69 (27.34% from 255) = 15.94%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=55.66%
G=15.94%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416912300.710.490.05341.168660.78
HexF1457B047315155563d
Octal361105173010761552512675
Binary1111000110001011111011010001111100011011010101011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1457B; }

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

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

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

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

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

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

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

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