#FF5E6F

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

Shades of Wild Watermelon #FF5E6F

Tints of Wild Watermelon #FF5E6F

Color information

#FF5E6F (or 0xFF5E6F) is unknown color: approx Wild Watermelon. HEX triplet: FF, 5E and 6F. RGB value is (255,94,111). Sum of RGB (Red+Green+Blue) = 255+94+111=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5E6F is #00A190. Grayscale: #909090. Windows color (decimal): -41361 or 7298815. OLE color: 7298815.

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

Color convert

RGB25594111-
CMYK00.630.560
HSL353.66º100%68.43%-
HSV(B)353.66º63.14%100%-
XYZ48.1130.4118.37-
YUV144.08109.34207.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.43%
GREEN value IS 94 (37.11% from 255) = 20.43%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=55.43%
G=20.43%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559411100.630.560353.6610068.43
HexFF5E6F03F3801626444
Octal377136157077700542144104
Binary11111111101111011011110111111111000010110001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5E6F; }

 p { color: rgb(255,94,111); }

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

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

 a { background-color: rgb(255,94,111); }

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

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

 span { border-color: rgb(255,94,111); }

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