#FB4675

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

Shades of Wild Watermelon #FB4675

Tints of Wild Watermelon #FB4675

Color information

#FB4675 (or 0xFB4675) is unknown color: approx Wild Watermelon. HEX triplet: FB, 46 and 75. RGB value is (251,70,117). Sum of RGB (Red+Green+Blue) = 251+70+117=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4675 is #04B98A. Grayscale: #818181. Windows color (decimal): -309643 or 7685883. OLE color: 7685883.

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

Color convert

RGB25170117-
CMYK00.720.530.02
HSL344.42º95.77%62.94%-
HSV(B)344.42º72.11%98.43%-
XYZ45.1826.1719.5-
YUV129.48120.97214.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.31%
GREEN value IS 70 (27.73% from 255) = 15.98%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=57.31%
G=15.98%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517011700.720.530.02344.4295.7762.94
HexFB4675048352158603f
Octal373106165011065253014077
Binary111110111000110111010101001000110101101010110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4675; }

 p { color: rgb(251,70,117); }

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

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

 a { background-color: rgb(251,70,117); }

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

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

 span { border-color: rgb(251,70,117); }

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