#FB5E70

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

Shades of Wild Watermelon #FB5E70

Tints of Wild Watermelon #FB5E70

Color information

#FB5E70 (or 0xFB5E70) is unknown color: approx Wild Watermelon. HEX triplet: FB, 5E and 70. RGB value is (251,94,112). Sum of RGB (Red+Green+Blue) = 251+94+112=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5E70 is #04A18F. Grayscale: #8F8F8F. Windows color (decimal): -303504 or 7364347. OLE color: 7364347.

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

Color convert

RGB25194112-
CMYK00.630.550.02
HSL353.12º95.15%67.65%-
HSV(B)353.12º62.55%98.43%-
XYZ46.7129.6818.6-
YUV142.99110.51205.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.92%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=54.92%
G=20.57%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519411200.630.550.02353.1295.1567.65
HexFB5E7003F3721615f44
Octal373136160077672541137104
Binary111110111011110111000001111111101111010110000110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5E70; }

 p { color: rgb(251,94,112); }

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

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

 a { background-color: rgb(251,94,112); }

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

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

 span { border-color: rgb(251,94,112); }

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