#F55265

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

Shades of Wild Watermelon #F55265

Tints of Wild Watermelon #F55265

Color information

#F55265 (or 0xF55265) is unknown color: approx Wild Watermelon. HEX triplet: F5, 52 and 65. RGB value is (245,82,101). Sum of RGB (Red+Green+Blue) = 245+82+101=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F55265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55265 is #0AAD9A. Grayscale: #848484. Windows color (decimal): -699803 or 6640373. OLE color: 6640373.

HSL color Cylindrical-coordinate representation of color #F55265: hue angle of 353.01º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F55265 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB24582101-
CMYK00.670.590.04
HSL353.01º89.07%64.12%-
HSV(B)353.01º66.53%96.08%-
XYZ43.0226.3915.14-
YUV132.9110207.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.24%
GREEN value IS 82 (32.42% from 255) = 19.16%
BLUE value IS 101 (39.84% from 255) = 23.60%
R=57.24%
G=19.16%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458210100.670.590.04353.0189.0764.12
HexF552650433B41615940
Octal3651221450103734541131100
Binary11110101101001011001010100001111101110010110000110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55265; }

 p { color: rgb(245,82,101); }

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

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

 a { background-color: rgb(245,82,101); }

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

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

 span { border-color: rgb(245,82,101); }

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