#F96574

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

Shades of Wild Watermelon #F96574

Tints of Wild Watermelon #F96574

Color information

#F96574 (or 0xF96574) is unknown color: approx Wild Watermelon. HEX triplet: F9, 65 and 74. RGB value is (249,101,116). Sum of RGB (Red+Green+Blue) = 249+101+116=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F96574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96574 is #069A8B. Grayscale: #939393. Windows color (decimal): -432780 or 7628281. OLE color: 7628281.

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

Color convert

RGB249101116-
CMYK00.590.530.02
HSL353.92º92.5%68.63%-
HSV(B)353.92º59.44%97.65%-
XYZ46.8730.7119.98-
YUV146.96110.53200.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.43%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 116 (45.70% from 255) = 24.89%
R=53.43%
G=21.67%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910111600.590.530.02353.9292.568.63
HexF9657403B3521625c45
Octal371145164073652542134105
Binary111110011100101111010001110111101011010110001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96574; }

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

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

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

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

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

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

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

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