#FB6869

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

Shades of Wild Watermelon #FB6869

Tints of Wild Watermelon #FB6869

Color information

#FB6869 (or 0xFB6869) is unknown color: approx Wild Watermelon. HEX triplet: FB, 68 and 69. RGB value is (251,104,105). Sum of RGB (Red+Green+Blue) = 251+104+105=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6869 is #049796. Grayscale: #949494. Windows color (decimal): -300951 or 6908155. OLE color: 6908155.

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

Color convert

RGB251104105-
CMYK00.590.580.02
HSL359.59º94.84%69.61%-
HSV(B)359.59º58.57%98.43%-
XYZ47.2831.4316.94-
YUV148.07103.7201.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.57%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=54.57%
G=22.61%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110410500.590.580.02359.5994.8469.61
HexFB686903B3A21685f46
Octal373150151073722550137106
Binary111110111101000110100101110111110101010110100010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6869; }

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

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

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

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

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

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

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

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