#FF6B71

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

Shades of Wild Watermelon #FF6B71

Tints of Wild Watermelon #FF6B71

Color information

#FF6B71 (or 0xFF6B71) is unknown color: approx Wild Watermelon. HEX triplet: FF, 6B and 71. RGB value is (255,107,113). Sum of RGB (Red+Green+Blue) = 255+107+113=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B71 is #00948E. Grayscale: #989898. Windows color (decimal): -38031 or 7433215. OLE color: 7433215.

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

Color convert

RGB255107113-
CMYK00.580.560
HSL357.57º100%70.98%-
HSV(B)357.57º58.04%100%-
XYZ49.4832.9719.38-
YUV151.94106.03201.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.68%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=53.68%
G=22.53%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510711300.580.560357.5710070.98
HexFF6B7103A3801666447
Octal377153161072700546144107
Binary11111111110101111100010111010111000010110011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6B71; }

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

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

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

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

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

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

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

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