#F14280

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

Shades of Violet Red #F14280

Tints of Violet Red #F14280

Color information

#F14280 (or 0xF14280) is unknown color: approx Violet Red. HEX triplet: F1, 42 and 80. RGB value is (241,66,128). Sum of RGB (Red+Green+Blue) = 241+66+128=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F14280 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14280 is #0EBD7F. Grayscale: #7D7D7D. Windows color (decimal): -966016 or 8405745. OLE color: 8405745.

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

Color convert

RGB24166128-
CMYK00.730.470.05
HSL338.74º86.21%60.2%-
HSV(B)338.74º72.61%94.51%-
XYZ42.1224.1622.86-
YUV125.39129.48210.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.40%
GREEN value IS 66 (26.17% from 255) = 15.17%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=55.40%
G=15.17%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416612800.730.470.05338.7486.2160.2
HexF142800492F5153563c
Octal361102200011157552312674
Binary11110001100001010000000010010011011111011010100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14280; }

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

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

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

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

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

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

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

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