#FB6575

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

Shades of Wild Watermelon #FB6575

Tints of Wild Watermelon #FB6575

Color information

#FB6575 (or 0xFB6575) is unknown color: approx Wild Watermelon. HEX triplet: FB, 65 and 75. RGB value is (251,101,117). Sum of RGB (Red+Green+Blue) = 251+101+117=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6575 is #049A8A. Grayscale: #939393. Windows color (decimal): -301707 or 7693819. OLE color: 7693819.

HSL color Cylindrical-coordinate representation of color #FB6575: hue angle of 353.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB6575 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB251101117-
CMYK00.600.530.02
HSL353.6º94.94%69.02%-
HSV(B)353.6º59.76%98.43%-
XYZ47.6531.120.32-
YUV147.67110.7201.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.52%
GREEN value IS 101 (39.84% from 255) = 21.54%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=53.52%
G=21.54%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110111700.600.530.02353.694.9469.02
HexFB657503C3521625f45
Octal373145165074652542137105
Binary111110111100101111010101111001101011010110001010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6575; }

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

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

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

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

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

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

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

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