#FF6A74

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

Shades of Wild Watermelon #FF6A74

Tints of Wild Watermelon #FF6A74

Color information

#FF6A74 (or 0xFF6A74) is unknown color: approx Wild Watermelon. HEX triplet: FF, 6A and 74. RGB value is (255,106,116). Sum of RGB (Red+Green+Blue) = 255+106+116=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A74 is #00958B. Grayscale: #979797. Windows color (decimal): -38284 or 7629567. OLE color: 7629567.

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

Color convert

RGB255106116-
CMYK00.580.550
HSL355.97º100%70.78%-
HSV(B)355.97º58.43%100%-
XYZ49.5532.8320.25-
YUV151.69107.86201.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.46%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 116 (45.70% from 255) = 24.32%
R=53.46%
G=22.22%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510611600.580.550355.9710070.78
HexFF6A7403A3701646447
Octal377152164072670544144107
Binary11111111110101011101000111010110111010110010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6A74; }

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

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

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

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

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

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

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

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