#FF5F64

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

Shades of Wild Watermelon #FF5F64

Tints of Wild Watermelon #FF5F64

Color information

#FF5F64 (or 0xFF5F64) is unknown color: approx Wild Watermelon. HEX triplet: FF, 5F and 64. RGB value is (255,95,100). Sum of RGB (Red+Green+Blue) = 255+95+100=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5F64 is #00A09B. Grayscale: #8F8F8F. Windows color (decimal): -41116 or 6578175. OLE color: 6578175.

HSL color Cylindrical-coordinate representation of color #FF5F64: hue angle of 358.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5F64 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB25595100-
CMYK00.630.610
HSL358.12º100%68.63%-
HSV(B)358.12º62.75%100%-
XYZ47.6330.3615.41-
YUV143.41103.51207.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.67%
GREEN value IS 95 (37.5% from 255) = 21.11%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=56.67%
G=21.11%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559510000.630.610358.1210068.63
HexFF5F6403F3D01666445
Octal377137144077750546144105
Binary11111111101111111001000111111111101010110011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5F64; }

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

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

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

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

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

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

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

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