#FF6973

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

Shades of Wild Watermelon #FF6973

Tints of Wild Watermelon #FF6973

Color information

#FF6973 (or 0xFF6973) is unknown color: approx Wild Watermelon. HEX triplet: FF, 69 and 73. RGB value is (255,105,115). Sum of RGB (Red+Green+Blue) = 255+105+115=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6973 is #00968C. Grayscale: #979797. Windows color (decimal): -38541 or 7563775. OLE color: 7563775.

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

Color convert

RGB255105115-
CMYK00.590.550
HSL356º100%70.59%-
HSV(B)356º58.82%100%-
XYZ49.3932.619.91-
YUV150.99107.7202.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.68%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 115 (45.31% from 255) = 24.21%
R=53.68%
G=22.11%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510511500.590.55035610070.59
HexFF697303B3701646447
Octal377151163073670544144107
Binary11111111110100111100110111011110111010110010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6973; }

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

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

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

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

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

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

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

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