#f9545f

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

Shades of Wild Watermelon #F9545F

Tints of Wild Watermelon #F9545F

Color information

#F9545F (or 0xF9545F) is unknown color: approx Wild Watermelon. HEX triplet: F9, 54 and 5F. RGB value is (249,84,95). Sum of RGB (Red+Green+Blue) = 249+84+95=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F9545F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9545F is #06ABA0. Grayscale: #868686. Windows color (decimal): -437153 or 6247673. OLE color: 6247673.

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

Color convert

RGB2498495-
CMYK00.660.620.02
HSL356º93.22%65.29%-
HSV(B)356º66.27%97.65%-
XYZ44.327.3113.76-
YUV134.59105.66209.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.18%
GREEN value IS 84 (33.20% from 255) = 19.63%
BLUE value IS 95 (37.5% from 255) = 22.20%
R=58.18%
G=19.63%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249849500.660.620.0235693.2265.29
HexF9545F0423E21645d41
Octal3711241370102762544135101
Binary1111100110101001011111010000101111101010110010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9545f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9545f; }

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

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

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

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

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

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

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

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