#FF6772

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

Shades of Wild Watermelon #FF6772

Tints of Wild Watermelon #FF6772

Color information

#FF6772 (or 0xFF6772) is unknown color: approx Wild Watermelon. HEX triplet: FF, 67 and 72. RGB value is (255,103,114). Sum of RGB (Red+Green+Blue) = 255+103+114=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6772 is #00988D. Grayscale: #959595. Windows color (decimal): -39054 or 7497727. OLE color: 7497727.

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

Color convert

RGB255103114-
CMYK00.600.550
HSL355.66º100%70.2%-
HSV(B)355.66º59.61%100%-
XYZ49.1332.1819.54-
YUV149.7107.86203.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.03%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 114 (44.92% from 255) = 24.15%
R=54.03%
G=21.82%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510311400.600.550355.6610070.2
HexFF677203C3701646446
Octal377147162074670544144106
Binary11111111110011111100100111100110111010110010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6772; }

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

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

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

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

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

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

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

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