#F74F70

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

Shades of Wild Watermelon #F74F70

Tints of Wild Watermelon #F74F70

Color information

#F74F70 (or 0xF74F70) is unknown color: approx Wild Watermelon. HEX triplet: F7, 4F and 70. RGB value is (247,79,112). Sum of RGB (Red+Green+Blue) = 247+79+112=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74F70 is #08B08F. Grayscale: #858585. Windows color (decimal): -569488 or 7360503. OLE color: 7360503.

HSL color Cylindrical-coordinate representation of color #F74F70: hue angle of 348.21º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74F70 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB24779112-
CMYK00.680.550.03
HSL348.21º91.3%63.92%-
HSV(B)348.21º68.02%96.86%-
XYZ44.0826.5418.13-
YUV132.99116.16209.32-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.39%
GREEN value IS 79 (31.25% from 255) = 18.04%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=56.39%
G=18.04%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477911200.680.550.03348.2191.363.92
HexF74F7004437315c5b40
Octal3671171600104673534133100
Binary1111011110011111110000010001001101111110101110010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74F70; }

 p { color: rgb(247,79,112); }

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

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

 a { background-color: rgb(247,79,112); }

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

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

 span { border-color: rgb(247,79,112); }

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