#FF6674

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

Shades of Wild Watermelon #FF6674

Tints of Wild Watermelon #FF6674

Color information

#FF6674 (or 0xFF6674) is unknown color: approx Wild Watermelon. HEX triplet: FF, 66 and 74. RGB value is (255,102,116). Sum of RGB (Red+Green+Blue) = 255+102+116=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6674 is #00998B. Grayscale: #959595. Windows color (decimal): -39308 or 7628543. OLE color: 7628543.

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

Color convert

RGB255102116-
CMYK00.60.550
HSL354.51º100%70%-
HSV(B)354.51º60%100%-
XYZ49.1432.0220.11-
YUV149.34109.19203.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.91%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 116 (45.70% from 255) = 24.52%
R=53.91%
G=21.56%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510211600.60.550354.5110070
HexFF667403C3701636446
Octal377146164074670543144106
Binary11111111110011011101000111100110111010110001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6674; }

 p { color: rgb(255,102,116); }

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

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

 a { background-color: rgb(255,102,116); }

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

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

 span { border-color: rgb(255,102,116); }

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