#FF5D7A

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

Shades of Wild Watermelon #FF5D7A

Tints of Wild Watermelon #FF5D7A

Color information

#FF5D7A (or 0xFF5D7A) is unknown color: approx Wild Watermelon. HEX triplet: FF, 5D and 7A. RGB value is (255,93,122). Sum of RGB (Red+Green+Blue) = 255+93+122=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D7A is #00A285. Grayscale: #909090. Windows color (decimal): -41606 or 8019455. OLE color: 8019455.

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

Color convert

RGB25593122-
CMYK00.640.520
HSL349.26º100%68.24%-
HSV(B)349.26º63.53%100%-
XYZ48.6730.4921.73-
YUV144.74115.17206.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 93 (36.72% from 255) = 19.79%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=54.26%
G=19.79%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559312200.640.520349.2610068.24
HexFF5D7A04034015d6444
Octal3771351720100640535144104
Binary111111111011101111101001000000110100010101110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5D7A; }

 p { color: rgb(255,93,122); }

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

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

 a { background-color: rgb(255,93,122); }

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

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

 span { border-color: rgb(255,93,122); }

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