#F14F63

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

Shades of Wild Watermelon #F14F63

Tints of Wild Watermelon #F14F63

Color information

#F14F63 (or 0xF14F63) is unknown color: approx Wild Watermelon. HEX triplet: F1, 4F and 63. RGB value is (241,79,99). Sum of RGB (Red+Green+Blue) = 241+79+99=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14F63 is #0EB09C. Grayscale: #818181. Windows color (decimal): -962717 or 6508529. OLE color: 6508529.

HSL color Cylindrical-coordinate representation of color #F14F63: hue angle of 352.59º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F14F63 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB2417999-
CMYK00.670.590.05
HSL352.59º85.26%62.75%-
HSV(B)352.59º67.22%94.51%-
XYZ41.3225.1914.49-
YUV129.72110.67207.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.52%
GREEN value IS 79 (31.25% from 255) = 18.85%
BLUE value IS 99 (39.06% from 255) = 23.63%
R=57.52%
G=18.85%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241799900.670.590.05352.5985.2662.75
HexF14F630433B5161553f
Octal361117143010373554112577
Binary1111000110011111100011010000111110111011011000011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14F63; }

 p { color: rgb(241,79,99); }

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

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

 a { background-color: rgb(241,79,99); }

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

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

 span { border-color: rgb(241,79,99); }

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