#F96568

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

Shades of Wild Watermelon #F96568

Tints of Wild Watermelon #F96568

Color information

#F96568 (or 0xF96568) is unknown color: approx Wild Watermelon. HEX triplet: F9, 65 and 68. RGB value is (249,101,104). Sum of RGB (Red+Green+Blue) = 249+101+104=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F96568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96568 is #069A97. Grayscale: #919191. Windows color (decimal): -432792 or 6841849. OLE color: 6841849.

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

Color convert

RGB249101104-
CMYK00.590.580.02
HSL358.78º92.5%68.63%-
HSV(B)358.78º59.44%97.65%-
XYZ46.2230.4516.54-
YUV145.59104.53201.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.85%
GREEN value IS 101 (39.84% from 255) = 22.25%
BLUE value IS 104 (41.02% from 255) = 22.91%
R=54.85%
G=22.25%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910110400.590.580.02358.7892.568.63
HexF9656803B3A21675c45
Octal371145150073722547134105
Binary111110011100101110100001110111110101010110011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96568; }

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

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

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

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

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

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

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

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