#F14278

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

Shades of Violet Red #F14278

Tints of Violet Red #F14278

Color information

#F14278 (or 0xF14278) is unknown color: approx Violet Red. HEX triplet: F1, 42 and 78. RGB value is (241,66,120). Sum of RGB (Red+Green+Blue) = 241+66+120=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F14278 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14278 is #0EBD87. Grayscale: #7C7C7C. Windows color (decimal): -966024 or 7881457. OLE color: 7881457.

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

Color convert

RGB24166120-
CMYK00.730.500.05
HSL341.49º86.21%60.2%-
HSV(B)341.49º72.61%94.51%-
XYZ41.6123.9520.2-
YUV124.48125.48211.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.44%
GREEN value IS 66 (26.17% from 255) = 15.46%
BLUE value IS 120 (47.27% from 255) = 28.10%
R=56.44%
G=15.46%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416612000.730.500.05341.4986.2160.2
HexF14278049325155563c
Octal361102170011162552512674
Binary1111000110000101111000010010011100101011010101011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14278; }

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

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

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

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

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

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

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

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