#FD6A74

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

Shades of Wild Watermelon #FD6A74

Tints of Wild Watermelon #FD6A74

Color information

#FD6A74 (or 0xFD6A74) is unknown color: approx Wild Watermelon. HEX triplet: FD, 6A and 74. RGB value is (253,106,116). Sum of RGB (Red+Green+Blue) = 253+106+116=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6A74 is #02958B. Grayscale: #979797. Windows color (decimal): -169356 or 7629565. OLE color: 7629565.

HSL color Cylindrical-coordinate representation of color #FD6A74: hue angle of 355.92º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD6A74 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB253106116-
CMYK00.580.540.01
HSL355.92º97.35%70.39%-
HSV(B)355.92º58.1%99.22%-
XYZ48.8132.4520.21-
YUV151.09108.2200.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.26%
GREEN value IS 106 (41.80% from 255) = 22.32%
BLUE value IS 116 (45.70% from 255) = 24.42%
R=53.26%
G=22.32%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310611600.580.540.01355.9297.3570.39
HexFD6A7403A3611646146
Octal375152164072661544141106
Binary11111101110101011101000111010110110110110010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6A74; }

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

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

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

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

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

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

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

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