#FB5273

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

Shades of Wild Watermelon #FB5273

Tints of Wild Watermelon #FB5273

Color information

#FB5273 (or 0xFB5273) is unknown color: approx Wild Watermelon. HEX triplet: FB, 52 and 73. RGB value is (251,82,115). Sum of RGB (Red+Green+Blue) = 251+82+115=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5273 is #04AD8C. Grayscale: #888888. Windows color (decimal): -306573 or 7557883. OLE color: 7557883.

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

Color convert

RGB25182115-
CMYK00.670.540.02
HSL348.28º95.48%65.29%-
HSV(B)348.28º67.33%98.43%-
XYZ45.927.7819.16-
YUV136.29115.99209.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.03%
GREEN value IS 82 (32.42% from 255) = 18.30%
BLUE value IS 115 (45.31% from 255) = 25.67%
R=56.03%
G=18.30%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518211500.670.540.02348.2895.4865.29
HexFB527304336215c5f41
Octal3731221630103662534137101
Binary1111101110100101110011010000111101101010101110010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5273; }

 p { color: rgb(251,82,115); }

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

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

 a { background-color: rgb(251,82,115); }

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

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

 span { border-color: rgb(251,82,115); }

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