#FB527F

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

Shades of Wild Watermelon #FB527F

Tints of Wild Watermelon #FB527F

Color information

#FB527F (or 0xFB527F) is unknown color: approx Wild Watermelon. HEX triplet: FB, 52 and 7F. RGB value is (251,82,127). Sum of RGB (Red+Green+Blue) = 251+82+127=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB527F is #04AD80. Grayscale: #898989. Windows color (decimal): -306561 or 8344315. OLE color: 8344315.

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

Color convert

RGB25182127-
CMYK00.670.490.02
HSL344.02º95.48%65.29%-
HSV(B)344.02º67.33%98.43%-
XYZ46.6328.0823.04-
YUV137.66121.99208.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.57%
GREEN value IS 82 (32.42% from 255) = 17.83%
BLUE value IS 127 (50% from 255) = 27.61%
R=54.57%
G=17.83%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518212700.670.490.02344.0295.4865.29
HexFB527F0433121585f41
Octal3731221770103612530137101
Binary1111101110100101111111010000111100011010101100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB527F; }

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

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

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

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

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

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

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

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