#FF5C6C

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

Shades of Wild Watermelon #FF5C6C

Tints of Wild Watermelon #FF5C6C

Color information

#FF5C6C (or 0xFF5C6C) is unknown color: approx Wild Watermelon. HEX triplet: FF, 5C and 6C. RGB value is (255,92,108). Sum of RGB (Red+Green+Blue) = 255+92+108=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5C6C is #00A393. Grayscale: #8E8E8E. Windows color (decimal): -41876 or 7101695. OLE color: 7101695.

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

Color convert

RGB25592108-
CMYK00.640.580
HSL354.11º100%68.04%-
HSV(B)354.11º63.92%100%-
XYZ47.773017.46-
YUV142.56108.5208.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 92 (36.33% from 255) = 20.22%
BLUE value IS 108 (42.58% from 255) = 23.74%
R=56.04%
G=20.22%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559210800.640.580354.1110068.04
HexFF5C6C0403A01626444
Octal3771341540100720542144104
Binary111111111011100110110001000000111010010110001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5C6C; }

 p { color: rgb(255,92,108); }

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

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

 a { background-color: rgb(255,92,108); }

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

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

 span { border-color: rgb(255,92,108); }

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