#F14584

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

Shades of Violet Red #F14584

Tints of Violet Red #F14584

Color information

#F14584 (or 0xF14584) is unknown color: approx Violet Red. HEX triplet: F1, 45 and 84. RGB value is (241,69,132). Sum of RGB (Red+Green+Blue) = 241+69+132=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F14584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14584 is #0EBA7B. Grayscale: #7F7F7F. Windows color (decimal): -965244 or 8668657. OLE color: 8668657.

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

Color convert

RGB24169132-
CMYK00.710.450.05
HSL338.02º86%60.78%-
HSV(B)338.02º71.37%94.51%-
XYZ42.5724.6224.34-
YUV127.61130.48208.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.52%
GREEN value IS 69 (27.34% from 255) = 15.61%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=54.52%
G=15.61%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416913200.710.450.05338.028660.78
HexF145840472D5152563d
Octal361105204010755552212675
Binary11110001100010110000100010001111011011011010100101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14584; }

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

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

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

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

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

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

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

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