#F14798

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

Shades of Violet Red #F14798

Tints of Violet Red #F14798

Color information

#F14798 (or 0xF14798) is unknown color: approx Violet Red. HEX triplet: F1, 47 and 98. RGB value is (241,71,152). Sum of RGB (Red+Green+Blue) = 241+71+152=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F14798 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14798 is #0EB867. Grayscale: #828282. Windows color (decimal): -964712 or 9979889. OLE color: 9979889.

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

Color convert

RGB24171152-
CMYK00.710.370.05
HSL331.41º85.86%61.18%-
HSV(B)331.41º70.54%94.51%-
XYZ44.225.4732.29-
YUV131.06139.82206.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.94%
GREEN value IS 71 (28.12% from 255) = 15.30%
BLUE value IS 152 (59.77% from 255) = 32.76%
R=51.94%
G=15.30%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417115200.710.370.05331.4185.8661.18
HexF1479804725514b563d
Octal361107230010745551312675
Binary11110001100011110011000010001111001011011010010111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14798; }

 p { color: rgb(241,71,152); }

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

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

 a { background-color: rgb(241,71,152); }

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

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

 span { border-color: rgb(241,71,152); }

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