#FB5968

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

Shades of Wild Watermelon #FB5968

Tints of Wild Watermelon #FB5968

Color information

#FB5968 (or 0xFB5968) is unknown color: approx Wild Watermelon. HEX triplet: FB, 59 and 68. RGB value is (251,89,104). Sum of RGB (Red+Green+Blue) = 251+89+104=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5968 is #04A697. Grayscale: #8B8B8B. Windows color (decimal): -304792 or 6838779. OLE color: 6838779.

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

Color convert

RGB25189104-
CMYK00.650.590.02
HSL354.44º95.29%66.67%-
HSV(B)354.44º64.54%98.43%-
XYZ45.8528.6516.21-
YUV139.15108.17207.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.53%
GREEN value IS 89 (35.16% from 255) = 20.05%
BLUE value IS 104 (41.02% from 255) = 23.42%
R=56.53%
G=20.05%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518910400.650.590.02354.4495.2966.67
HexFB59680413B21625f43
Octal3731311500101732542137103
Binary1111101110110011101000010000011110111010110001010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5968; }

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

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

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

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

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

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

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

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