#FF6872

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

Shades of Wild Watermelon #FF6872

Tints of Wild Watermelon #FF6872

Color information

#FF6872 (or 0xFF6872) is unknown color: approx Wild Watermelon. HEX triplet: FF, 68 and 72. RGB value is (255,104,114). Sum of RGB (Red+Green+Blue) = 255+104+114=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6872 is #00978D. Grayscale: #969696. Windows color (decimal): -38798 or 7497983. OLE color: 7497983.

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

Color convert

RGB255104114-
CMYK00.590.550
HSL356.03º100%70.39%-
HSV(B)356.03º59.22%100%-
XYZ49.2332.3819.57-
YUV150.29107.53202.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.91%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 114 (44.92% from 255) = 24.10%
R=53.91%
G=21.99%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510411400.590.550356.0310070.39
HexFF687203B3701646446
Octal377150162073670544144106
Binary11111111110100011100100111011110111010110010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6872; }

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

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

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

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

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

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

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

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