#F96265

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

Shades of Wild Watermelon #F96265

Tints of Wild Watermelon #F96265

Color information

#F96265 (or 0xF96265) is unknown color: approx Wild Watermelon. HEX triplet: F9, 62 and 65. RGB value is (249,98,101). Sum of RGB (Red+Green+Blue) = 249+98+101=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F96265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96265 is #069D9A. Grayscale: #8F8F8F. Windows color (decimal): -433563 or 6644473. OLE color: 6644473.

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

Color convert

RGB24998101-
CMYK00.610.590.02
HSL358.81º92.64%68.04%-
HSV(B)358.81º60.64%97.65%-
XYZ45.7829.8115.65-
YUV143.49104.03203.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.58%
GREEN value IS 98 (38.67% from 255) = 21.88%
BLUE value IS 101 (39.84% from 255) = 22.54%
R=55.58%
G=21.88%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499810100.610.590.02358.8192.6468.04
HexF9626503D3B21675d44
Octal371142145075732547135104
Binary111110011100010110010101111011110111010110011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96265; }

 p { color: rgb(249,98,101); }

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

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

 a { background-color: rgb(249,98,101); }

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

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

 span { border-color: rgb(249,98,101); }

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