#FB506E

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

Shades of Wild Watermelon #FB506E

Tints of Wild Watermelon #FB506E

Color information

#FB506E (or 0xFB506E) is unknown color: approx Wild Watermelon. HEX triplet: FB, 50 and 6E. RGB value is (251,80,110). Sum of RGB (Red+Green+Blue) = 251+80+110=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB506E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB506E is #04AF91. Grayscale: #868686. Windows color (decimal): -307090 or 7229691. OLE color: 7229691.

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

Color convert

RGB25180110-
CMYK00.680.560.02
HSL349.47º95.53%64.9%-
HSV(B)349.47º68.13%98.43%-
XYZ45.4727.3717.64-
YUV134.55114.15211.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.92%
GREEN value IS 80 (31.64% from 255) = 18.14%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=56.92%
G=18.14%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518011000.680.560.02349.4795.5364.9
HexFB506E04438215d6041
Octal3731201560104702535140101
Binary1111101110100001101110010001001110001010101110111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB506E; }

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

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

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

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

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

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

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

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