#FF5968

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

Shades of Wild Watermelon #FF5968

Tints of Wild Watermelon #FF5968

Color information

#FF5968 (or 0xFF5968) is unknown color: approx Wild Watermelon. HEX triplet: FF, 59 and 68. RGB value is (255,89,104). Sum of RGB (Red+Green+Blue) = 255+89+104=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5968 is #00A697. Grayscale: #8C8C8C. Windows color (decimal): -42648 or 6838783. OLE color: 6838783.

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

Color convert

RGB25589104-
CMYK00.650.590
HSL354.58º100%67.45%-
HSV(B)354.58º65.1%100%-
XYZ47.3129.416.28-
YUV140.34107.5209.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.92%
GREEN value IS 89 (35.16% from 255) = 19.87%
BLUE value IS 104 (41.02% from 255) = 23.21%
R=56.92%
G=19.87%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558910400.650.590354.5810067.45
HexFF59680413B01636443
Octal3771311500101730543144103
Binary111111111011001110100001000001111011010110001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5968; }

 p { color: rgb(255,89,104); }

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

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

 a { background-color: rgb(255,89,104); }

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

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

 span { border-color: rgb(255,89,104); }

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