#F15067

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

Shades of Wild Watermelon #F15067

Tints of Wild Watermelon #F15067

Color information

#F15067 (or 0xF15067) is unknown color: approx Wild Watermelon. HEX triplet: F1, 50 and 67. RGB value is (241,80,103). Sum of RGB (Red+Green+Blue) = 241+80+103=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F15067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15067 is #0EAF98. Grayscale: #828282. Windows color (decimal): -962457 or 6770929. OLE color: 6770929.

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

Color convert

RGB24180103-
CMYK00.670.570.05
HSL351.43º85.19%62.94%-
HSV(B)351.43º66.8%94.51%-
XYZ41.5925.4215.55-
YUV130.76112.34206.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.84%
GREEN value IS 80 (31.64% from 255) = 18.87%
BLUE value IS 103 (40.62% from 255) = 24.29%
R=56.84%
G=18.87%
B=24.29%

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
Decimal2418010300.670.570.05351.4385.1962.94
HexF1506704339515f553f
Octal361120147010371553712577
Binary1111000110100001100111010000111110011011010111111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15067; }

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

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

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

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

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

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

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

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