#F9545A

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

Shades of Wild Watermelon #F9545A

Tints of Wild Watermelon #F9545A

Color information

#F9545A (or 0xF9545A) is unknown color: approx Wild Watermelon. HEX triplet: F9, 54 and 5A. RGB value is (249,84,90). Sum of RGB (Red+Green+Blue) = 249+84+90=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F9545A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9545A is #06ABA5. Grayscale: #868686. Windows color (decimal): -437158 or 5919993. OLE color: 5919993.

HSL color Cylindrical-coordinate representation of color #F9545A: hue angle of 357.82º 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 #F9545A is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB2498490-
CMYK00.660.640.02
HSL357.82º93.22%65.29%-
HSV(B)357.82º66.27%97.65%-
XYZ44.0827.2212.6-
YUV134.02103.16210.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.87%
GREEN value IS 84 (33.20% from 255) = 19.86%
BLUE value IS 90 (35.55% from 255) = 21.28%
R=58.87%
G=19.86%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249849000.660.640.02357.8293.2265.29
HexF9545A0424021665d41
Octal37112413201021002546135101
Binary11111001101010010110100100001010000001010110011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9545A; }

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

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

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

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

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

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

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

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