#F9506F

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

Shades of Wild Watermelon #F9506F

Tints of Wild Watermelon #F9506F

Color information

#F9506F (or 0xF9506F) is unknown color: approx Wild Watermelon. HEX triplet: F9, 50 and 6F. RGB value is (249,80,111). Sum of RGB (Red+Green+Blue) = 249+80+111=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9506F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9506F is #06AF90. Grayscale: #868686. Windows color (decimal): -438161 or 7295225. OLE color: 7295225.

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

Color convert

RGB24980111-
CMYK00.680.550.02
HSL348.99º93.37%64.51%-
HSV(B)348.99º67.87%97.65%-
XYZ44.827.0217.89-
YUV134.06114.99209.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.59%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=56.59%
G=18.18%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498011100.680.550.02348.9993.3764.51
HexF9506F04437215d5d41
Octal3711201570104672535135101
Binary1111100110100001101111010001001101111010101110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9506F; }

 p { color: rgb(249,80,111); }

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

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

 a { background-color: rgb(249,80,111); }

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

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

 span { border-color: rgb(249,80,111); }

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