#F96375

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

Shades of Wild Watermelon #F96375

Tints of Wild Watermelon #F96375

Color information

#F96375 (or 0xF96375) is unknown color: approx Wild Watermelon. HEX triplet: F9, 63 and 75. RGB value is (249,99,117). Sum of RGB (Red+Green+Blue) = 249+99+117=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F96375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96375 is #069C8A. Grayscale: #919191. Windows color (decimal): -433291 or 7693305. OLE color: 7693305.

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

Color convert

RGB24999117-
CMYK00.600.530.02
HSL352.8º92.59%68.24%-
HSV(B)352.8º60.24%97.65%-
XYZ46.7430.3520.22-
YUV145.9111.7201.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.55%
GREEN value IS 99 (39.06% from 255) = 21.29%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=53.55%
G=21.29%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499911700.600.530.02352.892.5968.24
HexF9637503C3521615d44
Octal371143165074652541135104
Binary111110011100011111010101111001101011010110000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96375; }

 p { color: rgb(249,99,117); }

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

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

 a { background-color: rgb(249,99,117); }

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

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

 span { border-color: rgb(249,99,117); }

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