#FD5F64

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

Shades of Wild Watermelon #FD5F64

Tints of Wild Watermelon #FD5F64

Color information

#FD5F64 (or 0xFD5F64) is unknown color: approx Wild Watermelon. HEX triplet: FD, 5F and 64. RGB value is (253,95,100). Sum of RGB (Red+Green+Blue) = 253+95+100=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5F64 is #02A09B. Grayscale: #8E8E8E. Windows color (decimal): -172188 or 6578173. OLE color: 6578173.

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

Color convert

RGB25395100-
CMYK00.620.600.01
HSL358.1º97.53%68.24%-
HSV(B)358.1º62.45%99.22%-
XYZ46.929.9915.37-
YUV142.81103.85206.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.47%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 100 (39.45% from 255) = 22.32%
R=56.47%
G=21.21%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539510000.620.600.01358.197.5368.24
HexFD5F6403E3C11666244
Octal375137144076741546142104
Binary11111101101111111001000111110111100110110011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5F64; }

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

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

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

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

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

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

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

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