#FF6172

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

Shades of Wild Watermelon #FF6172

Tints of Wild Watermelon #FF6172

Color information

#FF6172 (or 0xFF6172) is unknown color: approx Wild Watermelon. HEX triplet: FF, 61 and 72. RGB value is (255,97,114). Sum of RGB (Red+Green+Blue) = 255+97+114=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6172 is #009E8D. Grayscale: #929292. Windows color (decimal): -40590 or 7496191. OLE color: 7496191.

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

Color convert

RGB25597114-
CMYK00.620.550
HSL353.54º100%69.02%-
HSV(B)353.54º61.96%100%-
XYZ48.5531.0219.35-
YUV146.18109.85205.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.72%
GREEN value IS 97 (38.28% from 255) = 20.82%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=54.72%
G=20.82%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559711400.620.550353.5410069.02
HexFF617203E3701626445
Octal377141162076670542144105
Binary11111111110000111100100111110110111010110001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6172; }

 p { color: rgb(255,97,114); }

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

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

 a { background-color: rgb(255,97,114); }

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

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

 span { border-color: rgb(255,97,114); }

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