#F14284

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

Shades of Violet Red #F14284

Tints of Violet Red #F14284

Color information

#F14284 (or 0xF14284) is unknown color: approx Violet Red. HEX triplet: F1, 42 and 84. RGB value is (241,66,132). Sum of RGB (Red+Green+Blue) = 241+66+132=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F14284 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14284 is #0EBD7B. Grayscale: #7D7D7D. Windows color (decimal): -966012 or 8667889. OLE color: 8667889.

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

Color convert

RGB24166132-
CMYK00.730.450.05
HSL337.37º86.21%60.2%-
HSV(B)337.37º72.61%94.51%-
XYZ42.3924.2624.28-
YUV125.85131.48210.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.90%
GREEN value IS 66 (26.17% from 255) = 15.03%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=54.90%
G=15.03%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416613200.730.450.05337.3786.2160.2
HexF142840492D5151563c
Octal361102204011155552112674
Binary11110001100001010000100010010011011011011010100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14284; }

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

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

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

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

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

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

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

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