#FF6B74

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

Shades of Wild Watermelon #FF6B74

Tints of Wild Watermelon #FF6B74

Color information

#FF6B74 (or 0xFF6B74) is unknown color: approx Wild Watermelon. HEX triplet: FF, 6B and 74. RGB value is (255,107,116). Sum of RGB (Red+Green+Blue) = 255+107+116=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B74 is #00948B. Grayscale: #989898. Windows color (decimal): -38028 or 7629823. OLE color: 7629823.

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

Color convert

RGB255107116-
CMYK00.580.550
HSL356.35º100%70.98%-
HSV(B)356.35º58.04%100%-
XYZ49.6533.0420.28-
YUV152.28107.53201.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.35%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 116 (45.70% from 255) = 24.27%
R=53.35%
G=22.38%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510711600.580.550356.3510070.98
HexFF6B7403A3701646447
Octal377153164072670544144107
Binary11111111110101111101000111010110111010110010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6B74; }

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

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

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

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

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

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

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

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