#F96468

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

Shades of Wild Watermelon #F96468

Tints of Wild Watermelon #F96468

Color information

#F96468 (or 0xF96468) is unknown color: approx Wild Watermelon. HEX triplet: F9, 64 and 68. RGB value is (249,100,104). Sum of RGB (Red+Green+Blue) = 249+100+104=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F96468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96468 is #069B97. Grayscale: #919191. Windows color (decimal): -433048 or 6841593. OLE color: 6841593.

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

Color convert

RGB249100104-
CMYK00.600.580.02
HSL358.39º92.55%68.43%-
HSV(B)358.39º59.84%97.65%-
XYZ46.1230.2516.51-
YUV145.01104.86202.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.97%
GREEN value IS 100 (39.45% from 255) = 22.08%
BLUE value IS 104 (41.02% from 255) = 22.96%
R=54.97%
G=22.08%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910010400.600.580.02358.3992.5568.43
HexF9646803C3A21665d44
Octal371144150074722546135104
Binary111110011100100110100001111001110101010110011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96468; }

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

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

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

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

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

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

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

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