#FB526E

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

Shades of Wild Watermelon #FB526E

Tints of Wild Watermelon #FB526E

Color information

#FB526E (or 0xFB526E) is unknown color: approx Wild Watermelon. HEX triplet: FB, 52 and 6E. RGB value is (251,82,110). Sum of RGB (Red+Green+Blue) = 251+82+110=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB526E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB526E is #04AD91. Grayscale: #878787. Windows color (decimal): -306578 or 7230203. OLE color: 7230203.

HSL color Cylindrical-coordinate representation of color #FB526E: hue angle of 350.06º 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 #FB526E is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB25182110-
CMYK00.670.560.02
HSL350.06º95.48%65.29%-
HSV(B)350.06º67.33%98.43%-
XYZ45.6227.6717.69-
YUV135.72113.49210.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.66%
GREEN value IS 82 (32.42% from 255) = 18.51%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=56.66%
G=18.51%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518211000.670.560.02350.0695.4865.29
HexFB526E04338215e5f41
Octal3731221560103702536137101
Binary1111101110100101101110010000111110001010101111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB526E; }

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

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

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

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

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

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

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

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