#F95460

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

Shades of Wild Watermelon #F95460

Tints of Wild Watermelon #F95460

Color information

#F95460 (or 0xF95460) is unknown color: approx Wild Watermelon. HEX triplet: F9, 54 and 60. RGB value is (249,84,96). Sum of RGB (Red+Green+Blue) = 249+84+96=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F95460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95460 is #06AB9F. Grayscale: #868686. Windows color (decimal): -437152 or 6313209. OLE color: 6313209.

HSL color Cylindrical-coordinate representation of color #F95460: hue angle of 355.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F95460 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB2498496-
CMYK00.660.610.02
HSL355.64º93.22%65.29%-
HSV(B)355.64º66.27%97.65%-
XYZ44.3527.3214-
YUV134.7106.16209.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.04%
GREEN value IS 84 (33.20% from 255) = 19.58%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=58.04%
G=19.58%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249849600.660.610.02355.6493.2265.29
HexF954600423D21645d41
Octal3711241400102752544135101
Binary1111100110101001100000010000101111011010110010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95460; }

 p { color: rgb(249,84,96); }

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

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

 a { background-color: rgb(249,84,96); }

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

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

 span { border-color: rgb(249,84,96); }

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