#F0506A

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

Shades of Wild Watermelon #F0506A

Tints of Wild Watermelon #F0506A

Color information

#F0506A (or 0xF0506A) is unknown color: approx Wild Watermelon. HEX triplet: F0, 50 and 6A. RGB value is (240,80,106). Sum of RGB (Red+Green+Blue) = 240+80+106=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F0506A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0506A is #0FAF95. Grayscale: #828282. Windows color (decimal): -1027990 or 6967536. OLE color: 6967536.

HSL color Cylindrical-coordinate representation of color #F0506A: hue angle of 350.25º 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 #F0506A is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB24080106-
CMYK00.670.560.06
HSL350.25º84.21%62.75%-
HSV(B)350.25º66.67%94.12%-
XYZ41.4125.316.34-
YUV130.8114.01205.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.34%
GREEN value IS 80 (31.64% from 255) = 18.78%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=56.34%
G=18.78%
B=24.88%

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
Decimal2408010600.670.560.06350.2584.2162.75
HexF0506A04338615e543f
Octal360120152010370653612477
Binary1111000010100001101010010000111110001101010111101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0506A; }

 p { color: rgb(240,80,106); }

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

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

 a { background-color: rgb(240,80,106); }

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

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

 span { border-color: rgb(240,80,106); }

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