#F04F69

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

Shades of Wild Watermelon #F04F69

Tints of Wild Watermelon #F04F69

Color information

#F04F69 (or 0xF04F69) is unknown color: approx Wild Watermelon. HEX triplet: F0, 4F and 69. RGB value is (240,79,105). Sum of RGB (Red+Green+Blue) = 240+79+105=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04F69 is #0FB096. Grayscale: #828282. Windows color (decimal): -1028247 or 6901744. OLE color: 6901744.

HSL color Cylindrical-coordinate representation of color #F04F69: hue angle of 350.31º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04F69 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB24079105-
CMYK00.670.560.06
HSL350.31º84.29%62.55%-
HSV(B)350.31º67.08%94.12%-
XYZ41.2825.1416.04-
YUV130.1113.84206.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.60%
GREEN value IS 79 (31.25% from 255) = 18.63%
BLUE value IS 105 (41.41% from 255) = 24.76%
R=56.60%
G=18.63%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407910500.670.560.06350.3184.2962.55
HexF04F6904338615e543f
Octal360117151010370653612477
Binary1111000010011111101001010000111110001101010111101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04F69; }

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

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

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

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

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

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

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

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