#F04A6D

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

Shades of Wild Watermelon #F04A6D

Tints of Wild Watermelon #F04A6D

Color information

#F04A6D (or 0xF04A6D) is unknown color: approx Wild Watermelon. HEX triplet: F0, 4A and 6D. RGB value is (240,74,109). Sum of RGB (Red+Green+Blue) = 240+74+109=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04A6D is #0FB592. Grayscale: #7F7F7F. Windows color (decimal): -1029523 or 7162608. OLE color: 7162608.

HSL color Cylindrical-coordinate representation of color #F04A6D: hue angle of 347.35º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04A6D is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB24074109-
CMYK00.690.550.06
HSL347.35º84.69%61.57%-
HSV(B)347.35º69.17%94.12%-
XYZ41.1424.5317.03-
YUV127.62117.5208.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.74%
GREEN value IS 74 (29.30% from 255) = 17.49%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=56.74%
G=17.49%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407410900.690.550.06347.3584.6961.57
HexF04A6D04537615b553e
Octal360112155010567653312576
Binary1111000010010101101101010001011101111101010110111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04A6D; }

 p { color: rgb(240,74,109); }

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

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

 a { background-color: rgb(240,74,109); }

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

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

 span { border-color: rgb(240,74,109); }

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