#FB5269

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

Shades of Wild Watermelon #FB5269

Tints of Wild Watermelon #FB5269

Color information

#FB5269 (or 0xFB5269) is unknown color: approx Wild Watermelon. HEX triplet: FB, 52 and 69. RGB value is (251,82,105). Sum of RGB (Red+Green+Blue) = 251+82+105=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5269 is #04AD96. Grayscale: #878787. Windows color (decimal): -306583 or 6902523. OLE color: 6902523.

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

Color convert

RGB25182105-
CMYK00.670.580.02
HSL351.83º95.48%65.29%-
HSV(B)351.83º67.33%98.43%-
XYZ45.3527.5616.29-
YUV135.15110.99210.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.31%
GREEN value IS 82 (32.42% from 255) = 18.72%
BLUE value IS 105 (41.41% from 255) = 23.97%
R=57.31%
G=18.72%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518210500.670.580.02351.8395.4865.29
HexFB52690433A21605f41
Octal3731221510103722540137101
Binary1111101110100101101001010000111110101010110000010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5269; }

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

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

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

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

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

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

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

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