#F96974

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

Shades of Wild Watermelon #F96974

Tints of Wild Watermelon #F96974

Color information

#F96974 (or 0xF96974) is unknown color: approx Wild Watermelon. HEX triplet: F9, 69 and 74. RGB value is (249,105,116). Sum of RGB (Red+Green+Blue) = 249+105+116=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F96974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96974 is #06968B. Grayscale: #959595. Windows color (decimal): -431756 or 7629305. OLE color: 7629305.

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

Color convert

RGB249105116-
CMYK00.580.530.02
HSL355.42º92.31%69.41%-
HSV(B)355.42º57.83%97.65%-
XYZ47.2731.520.11-
YUV149.31109.21199.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.98%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 116 (45.70% from 255) = 24.68%
R=52.98%
G=22.34%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910511600.580.530.02355.4292.3169.41
HexF9697403A3521635c45
Octal371151164072652543134105
Binary111110011101001111010001110101101011010110001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96974; }

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

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

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

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

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

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

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

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