#FB5A7B

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

Shades of Wild Watermelon #FB5A7B

Tints of Wild Watermelon #FB5A7B

Color information

#FB5A7B (or 0xFB5A7B) is unknown color: approx Wild Watermelon. HEX triplet: FB, 5A and 7B. RGB value is (251,90,123). Sum of RGB (Red+Green+Blue) = 251+90+123=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5A7B is #04A584. Grayscale: #8D8D8D. Windows color (decimal): -304517 or 8084219. OLE color: 8084219.

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

Color convert

RGB25190123-
CMYK00.640.510.02
HSL347.7º95.27%66.86%-
HSV(B)347.7º64.14%98.43%-
XYZ47.0129.2521.91-
YUV141.9117.34205.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.09%
GREEN value IS 90 (35.55% from 255) = 19.40%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=54.09%
G=19.40%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519012300.640.510.02347.795.2766.86
HexFB5A7B04033215c5f43
Octal3731321730100632534137103
Binary1111101110110101111011010000001100111010101110010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5A7B; }

 p { color: rgb(251,90,123); }

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

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

 a { background-color: rgb(251,90,123); }

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

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

 span { border-color: rgb(251,90,123); }

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