#FF6976

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

Shades of Wild Watermelon #FF6976

Tints of Wild Watermelon #FF6976

Color information

#FF6976 (or 0xFF6976) is unknown color: approx Wild Watermelon. HEX triplet: FF, 69 and 76. RGB value is (255,105,118). Sum of RGB (Red+Green+Blue) = 255+105+118=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6976 is #009689. Grayscale: #979797. Windows color (decimal): -38538 or 7760383. OLE color: 7760383.

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

Color convert

RGB255105118-
CMYK00.590.540
HSL354.8º100%70.59%-
HSV(B)354.8º58.82%100%-
XYZ49.5632.6720.83-
YUV151.33109.2201.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.35%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=53.35%
G=21.97%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510511800.590.540354.810070.59
HexFF697603B3601636447
Octal377151166073660543144107
Binary11111111110100111101100111011110110010110001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6976; }

 p { color: rgb(255,105,118); }

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

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

 a { background-color: rgb(255,105,118); }

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

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

 span { border-color: rgb(255,105,118); }

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