#FB5F64

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

Shades of Wild Watermelon #FB5F64

Tints of Wild Watermelon #FB5F64

Color information

#FB5F64 (or 0xFB5F64) is unknown color: approx Wild Watermelon. HEX triplet: FB, 5F and 64. RGB value is (251,95,100). Sum of RGB (Red+Green+Blue) = 251+95+100=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5F64 is #04A09B. Grayscale: #8E8E8E. Windows color (decimal): -303260 or 6578171. OLE color: 6578171.

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

Color convert

RGB25195100-
CMYK00.620.600.02
HSL358.08º95.12%67.84%-
HSV(B)358.08º62.15%98.43%-
XYZ46.1829.6115.34-
YUV142.21104.18205.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.28%
GREEN value IS 95 (37.5% from 255) = 21.30%
BLUE value IS 100 (39.45% from 255) = 22.42%
R=56.28%
G=21.30%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519510000.620.600.02358.0895.1267.84
HexFB5F6403E3C21665f44
Octal373137144076742546137104
Binary111110111011111110010001111101111001010110011010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5F64; }

 p { color: rgb(251,95,100); }

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

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

 a { background-color: rgb(251,95,100); }

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

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

 span { border-color: rgb(251,95,100); }

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