#F8616C

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

Shades of Wild Watermelon #F8616C

Tints of Wild Watermelon #F8616C

Color information

#F8616C (or 0xF8616C) is unknown color: approx Wild Watermelon. HEX triplet: F8, 61 and 6C. RGB value is (248,97,108). Sum of RGB (Red+Green+Blue) = 248+97+108=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F8616C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8616C is #079E93. Grayscale: #8F8F8F. Windows color (decimal): -499348 or 7102968. OLE color: 7102968.

HSL color Cylindrical-coordinate representation of color #F8616C: hue angle of 355.63º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8616C is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB24897108-
CMYK00.610.560.03
HSL355.63º91.52%67.65%-
HSV(B)355.63º60.89%97.25%-
XYZ45.6929.5917.49-
YUV143.4108.03202.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.75%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=54.75%
G=21.41%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489710800.610.560.03355.6391.5267.65
HexF8616C03D3831645c44
Octal370141154075703544134104
Binary111110001100001110110001111011110001110110010010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8616C; }

 p { color: rgb(248,97,108); }

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

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

 a { background-color: rgb(248,97,108); }

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

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

 span { border-color: rgb(248,97,108); }

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