#F96078

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

Shades of Wild Watermelon #F96078

Tints of Wild Watermelon #F96078

Color information

#F96078 (or 0xF96078) is unknown color: approx Wild Watermelon. HEX triplet: F9, 60 and 78. RGB value is (249,96,120). Sum of RGB (Red+Green+Blue) = 249+96+120=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F96078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96078 is #069F87. Grayscale: #909090. Windows color (decimal): -434056 or 7889145. OLE color: 7889145.

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

Color convert

RGB24996120-
CMYK00.610.520.02
HSL350.59º92.73%67.65%-
HSV(B)350.59º61.45%97.65%-
XYZ46.6429.8621.07-
YUV144.48114.19202.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.55%
GREEN value IS 96 (37.89% from 255) = 20.65%
BLUE value IS 120 (47.27% from 255) = 25.81%
R=53.55%
G=20.65%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499612000.610.520.02350.5992.7367.65
HexF9607803D34215f5d44
Octal371140170075642537135104
Binary111110011100000111100001111011101001010101111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96078; }

 p { color: rgb(249,96,120); }

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

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

 a { background-color: rgb(249,96,120); }

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

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

 span { border-color: rgb(249,96,120); }

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