#F14A69

Color #F14A69 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #F14A69

Tints of Wild Watermelon #F14A69

Color information

#F14A69 (or 0xF14A69) is unknown color: approx Wild Watermelon. HEX triplet: F1, 4A and 69. RGB value is (241,74,105). Sum of RGB (Red+Green+Blue) = 241+74+105=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A69 is #0EB596. Grayscale: #7F7F7F. Windows color (decimal): -963991 or 6900465. OLE color: 6900465.

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

Color convert

RGB24174105-
CMYK00.690.560.05
HSL348.86º85.64%61.76%-
HSV(B)348.86º69.29%94.51%-
XYZ41.2724.6215.94-
YUV127.47115.33208.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.38%
GREEN value IS 74 (29.30% from 255) = 17.62%
BLUE value IS 105 (41.41% from 255) = 25%
R=57.38%
G=17.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417410500.690.560.05348.8685.6461.76
HexF14A6904538515d563e
Octal361112151010570553512676
Binary1111000110010101101001010001011110001011010111011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A69; }

 p { color: rgb(241,74,105); }

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

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

 a { background-color: rgb(241,74,105); }

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

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

 span { border-color: rgb(241,74,105); }

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