#FF6670

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

Shades of Wild Watermelon #FF6670

Tints of Wild Watermelon #FF6670

Color information

#FF6670 (or 0xFF6670) is unknown color: approx Wild Watermelon. HEX triplet: FF, 66 and 70. RGB value is (255,102,112). Sum of RGB (Red+Green+Blue) = 255+102+112=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6670 is #00998F. Grayscale: #959595. Windows color (decimal): -39312 or 7366399. OLE color: 7366399.

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

Color convert

RGB255102112-
CMYK00.60.560
HSL356.08º100%70%-
HSV(B)356.08º60%100%-
XYZ48.9231.9318.91-
YUV148.89107.19203.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.37%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=54.37%
G=21.75%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510211200.60.560356.0810070
HexFF667003C3801646446
Octal377146160074700544144106
Binary11111111110011011100000111100111000010110010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6670; }

 p { color: rgb(255,102,112); }

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

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

 a { background-color: rgb(255,102,112); }

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

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

 span { border-color: rgb(255,102,112); }

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