#FB6971

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

Shades of Wild Watermelon #FB6971

Tints of Wild Watermelon #FB6971

Color information

#FB6971 (or 0xFB6971) is unknown color: approx Wild Watermelon. HEX triplet: FB, 69 and 71. RGB value is (251,105,113). Sum of RGB (Red+Green+Blue) = 251+105+113=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6971 is #04968E. Grayscale: #959595. Windows color (decimal): -300687 or 7432699. OLE color: 7432699.

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

Color convert

RGB251105113-
CMYK00.580.550.02
HSL356.71º94.81%69.8%-
HSV(B)356.71º58.17%98.43%-
XYZ47.8231.819.24-
YUV149.57107.37200.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.52%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=53.52%
G=22.39%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110511300.580.550.02356.7194.8169.8
HexFB697103A3721655f46
Octal373151161072672545137106
Binary111110111101001111000101110101101111010110010110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6971; }

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

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

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

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

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

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

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

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