#F96275

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

Shades of Wild Watermelon #F96275

Tints of Wild Watermelon #F96275

Color information

#F96275 (or 0xF96275) is unknown color: approx Wild Watermelon. HEX triplet: F9, 62 and 75. RGB value is (249,98,117). Sum of RGB (Red+Green+Blue) = 249+98+117=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F96275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96275 is #069D8A. Grayscale: #919191. Windows color (decimal): -433547 or 7693049. OLE color: 7693049.

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

Color convert

RGB24998117-
CMYK00.610.530.02
HSL352.45º92.64%68.04%-
HSV(B)352.45º60.64%97.65%-
XYZ46.6530.1620.19-
YUV145.31112.03201.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.66%
GREEN value IS 98 (38.67% from 255) = 21.12%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=53.66%
G=21.12%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499811700.610.530.02352.4592.6468.04
HexF9627503D3521605d44
Octal371142165075652540135104
Binary111110011100010111010101111011101011010110000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96275; }

 p { color: rgb(249,98,117); }

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

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

 a { background-color: rgb(249,98,117); }

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

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

 span { border-color: rgb(249,98,117); }

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