#F15068

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

Shades of Wild Watermelon #F15068

Tints of Wild Watermelon #F15068

Color information

#F15068 (or 0xF15068) is unknown color: approx Wild Watermelon. HEX triplet: F1, 50 and 68. RGB value is (241,80,104). Sum of RGB (Red+Green+Blue) = 241+80+104=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F15068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15068 is #0EAF97. Grayscale: #828282. Windows color (decimal): -962456 or 6836465. OLE color: 6836465.

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

Color convert

RGB24180104-
CMYK00.670.570.05
HSL351.06º85.19%62.94%-
HSV(B)351.06º66.8%94.51%-
XYZ41.6425.4415.81-
YUV130.88112.84206.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.71%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=56.71%
G=18.82%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418010400.670.570.05351.0685.1962.94
HexF1506804339515f553f
Octal361120150010371553712577
Binary1111000110100001101000010000111110011011010111111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15068; }

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

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

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

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

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

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

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

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