#FD5C6B

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

Shades of Wild Watermelon #FD5C6B

Tints of Wild Watermelon #FD5C6B

Color information

#FD5C6B (or 0xFD5C6B) is unknown color: approx Wild Watermelon. HEX triplet: FD, 5C and 6B. RGB value is (253,92,107). Sum of RGB (Red+Green+Blue) = 253+92+107=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C6B is #02A394. Grayscale: #8D8D8D. Windows color (decimal): -172949 or 7036157. OLE color: 7036157.

HSL color Cylindrical-coordinate representation of color #FD5C6B: hue angle of 354.41º 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 #FD5C6B is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB25392107-
CMYK00.640.580.01
HSL354.41º97.58%67.65%-
HSV(B)354.41º63.64%99.22%-
XYZ46.9929.617.15-
YUV141.85108.34207.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.97%
GREEN value IS 92 (36.33% from 255) = 20.35%
BLUE value IS 107 (42.19% from 255) = 23.67%
R=55.97%
G=20.35%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539210700.640.580.01354.4197.5867.65
HexFD5C6B0403A11626244
Octal3751341530100721542142104
Binary111111011011100110101101000000111010110110001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5C6B; }

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

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

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

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

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

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

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

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