#F74F69

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

Shades of Wild Watermelon #F74F69

Tints of Wild Watermelon #F74F69

Color information

#F74F69 (or 0xF74F69) is unknown color: approx Wild Watermelon. HEX triplet: F7, 4F and 69. RGB value is (247,79,105). Sum of RGB (Red+Green+Blue) = 247+79+105=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74F69 is #08B096. Grayscale: #848484. Windows color (decimal): -569495 or 6901751. OLE color: 6901751.

HSL color Cylindrical-coordinate representation of color #F74F69: hue angle of 350.71º 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 #F74F69 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB24779105-
CMYK00.680.570.03
HSL350.71º91.3%63.92%-
HSV(B)350.71º68.02%96.86%-
XYZ43.726.3916.15-
YUV132.2112.66209.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.31%
GREEN value IS 79 (31.25% from 255) = 18.33%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=57.31%
G=18.33%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477910500.680.570.03350.7191.363.92
HexF74F6904439315f5b40
Octal3671171510104713537133100
Binary1111011110011111101001010001001110011110101111110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74F69; }

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

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

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

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

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

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

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

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