#FF6771

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

Shades of Wild Watermelon #FF6771

Tints of Wild Watermelon #FF6771

Color information

#FF6771 (or 0xFF6771) is unknown color: approx Wild Watermelon. HEX triplet: FF, 67 and 71. RGB value is (255,103,113). Sum of RGB (Red+Green+Blue) = 255+103+113=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6771 is #00988E. Grayscale: #959595. Windows color (decimal): -39055 or 7432191. OLE color: 7432191.

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

Color convert

RGB255103113-
CMYK00.600.560
HSL356.05º100%70.2%-
HSV(B)356.05º59.61%100%-
XYZ49.0732.1519.24-
YUV149.59107.36203.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.14%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=54.14%
G=21.87%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510311300.600.560356.0510070.2
HexFF677103C3801646446
Octal377147161074700544144106
Binary11111111110011111100010111100111000010110010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6771; }

 p { color: rgb(255,103,113); }

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

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

 a { background-color: rgb(255,103,113); }

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

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

 span { border-color: rgb(255,103,113); }

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