#FF606B

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

Shades of Wild Watermelon #FF606B

Tints of Wild Watermelon #FF606B

Color information

#FF606B (or 0xFF606B) is unknown color: approx Wild Watermelon. HEX triplet: FF, 60 and 6B. RGB value is (255,96,107). Sum of RGB (Red+Green+Blue) = 255+96+107=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF606B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF606B is #009F94. Grayscale: #909090. Windows color (decimal): -40853 or 7037183. OLE color: 7037183.

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

Color convert

RGB25596107-
CMYK00.620.580
HSL355.85º100%68.82%-
HSV(B)355.85º62.35%100%-
XYZ48.0830.6917.3-
YUV144.79106.68206.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.68%
GREEN value IS 96 (37.89% from 255) = 20.96%
BLUE value IS 107 (42.19% from 255) = 23.36%
R=55.68%
G=20.96%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559610700.620.580355.8510068.82
HexFF606B03E3A01646445
Octal377140153076720544144105
Binary11111111110000011010110111110111010010110010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF606B; }

 p { color: rgb(255,96,107); }

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

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

 a { background-color: rgb(255,96,107); }

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

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

 span { border-color: rgb(255,96,107); }

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