#F15066

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

Shades of Wild Watermelon #F15066

Tints of Wild Watermelon #F15066

Color information

#F15066 (or 0xF15066) is unknown color: approx Wild Watermelon. HEX triplet: F1, 50 and 66. RGB value is (241,80,102). Sum of RGB (Red+Green+Blue) = 241+80+102=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F15066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15066 is #0EAF99. Grayscale: #828282. Windows color (decimal): -962458 or 6705393. OLE color: 6705393.

HSL color Cylindrical-coordinate representation of color #F15066: hue angle of 351.8º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F15066 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB24180102-
CMYK00.670.580.05
HSL351.8º85.19%62.94%-
HSV(B)351.8º66.8%94.51%-
XYZ41.5425.415.28-
YUV130.65111.84206.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.97%
GREEN value IS 80 (31.64% from 255) = 18.91%
BLUE value IS 102 (40.23% from 255) = 24.11%
R=56.97%
G=18.91%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418010200.670.580.05351.885.1962.94
HexF150660433A5160553f
Octal361120146010372554012577
Binary1111000110100001100110010000111110101011011000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15066; }

 p { color: rgb(241,80,102); }

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

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

 a { background-color: rgb(241,80,102); }

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

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

 span { border-color: rgb(241,80,102); }

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