#FB5378

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

Shades of Wild Watermelon #FB5378

Tints of Wild Watermelon #FB5378

Color information

#FB5378 (or 0xFB5378) is unknown color: approx Wild Watermelon. HEX triplet: FB, 53 and 78. RGB value is (251,83,120). Sum of RGB (Red+Green+Blue) = 251+83+120=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5378 is #04AC87. Grayscale: #898989. Windows color (decimal): -306312 or 7885819. OLE color: 7885819.

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

Color convert

RGB25183120-
CMYK00.670.520.02
HSL346.79º95.45%65.49%-
HSV(B)346.79º66.93%98.43%-
XYZ46.2728.0520.75-
YUV137.45118.16208.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.29%
GREEN value IS 83 (32.81% from 255) = 18.28%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=55.29%
G=18.28%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518312000.670.520.02346.7995.4565.49
HexFB537804334215b5f41
Octal3731231700103642533137101
Binary1111101110100111111000010000111101001010101101110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5378; }

 p { color: rgb(251,83,120); }

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

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

 a { background-color: rgb(251,83,120); }

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

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

 span { border-color: rgb(251,83,120); }

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