#FD5C5F

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

Shades of Wild Watermelon #FD5C5F

Tints of Wild Watermelon #FD5C5F

Color information

#FD5C5F (or 0xFD5C5F) is unknown color: approx Wild Watermelon. HEX triplet: FD, 5C and 5F. RGB value is (253,92,95). Sum of RGB (Red+Green+Blue) = 253+92+95=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C5F is #02A3A0. Grayscale: #8C8C8C. Windows color (decimal): -172961 or 6249725. OLE color: 6249725.

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

Color convert

RGB2539295-
CMYK00.640.620.01
HSL358.88º97.58%67.65%-
HSV(B)358.88º63.64%99.22%-
XYZ46.429.3614.05-
YUV140.48102.34208.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.5%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 95 (37.5% from 255) = 21.59%
R=57.5%
G=20.91%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253929500.640.620.01358.8897.5867.65
HexFD5C5F0403E11676244
Octal3751341370100761547142104
Binary111111011011100101111101000000111110110110011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5C5F; }

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

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

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

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

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

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

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

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