#FB5175

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

Shades of Wild Watermelon #FB5175

Tints of Wild Watermelon #FB5175

Color information

#FB5175 (or 0xFB5175) is unknown color: approx Wild Watermelon. HEX triplet: FB, 51 and 75. RGB value is (251,81,117). Sum of RGB (Red+Green+Blue) = 251+81+117=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5175 is #04AE8A. Grayscale: #878787. Windows color (decimal): -306827 or 7688699. OLE color: 7688699.

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

Color convert

RGB25181117-
CMYK00.680.530.02
HSL347.29º95.51%65.1%-
HSV(B)347.29º67.73%98.43%-
XYZ45.9427.6819.75-
YUV135.93117.32210.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.90%
GREEN value IS 81 (32.03% from 255) = 18.04%
BLUE value IS 117 (46.09% from 255) = 26.06%
R=55.90%
G=18.04%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518111700.680.530.02347.2995.5165.1
HexFB517504435215b6041
Octal3731211650104652533140101
Binary1111101110100011110101010001001101011010101101111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5175; }

 p { color: rgb(251,81,117); }

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

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

 a { background-color: rgb(251,81,117); }

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

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

 span { border-color: rgb(251,81,117); }

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