#F8666A

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

Shades of Wild Watermelon #F8666A

Tints of Wild Watermelon #F8666A

Color information

#F8666A (or 0xF8666A) is unknown color: approx Wild Watermelon. HEX triplet: F8, 66 and 6A. RGB value is (248,102,106). Sum of RGB (Red+Green+Blue) = 248+102+106=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F8666A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8666A is #079995. Grayscale: #929292. Windows color (decimal): -498070 or 6973176. OLE color: 6973176.

HSL color Cylindrical-coordinate representation of color #F8666A: hue angle of 358.36º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8666A is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB248102106-
CMYK00.590.570.03
HSL358.36º91.25%68.63%-
HSV(B)358.36º58.87%97.25%-
XYZ46.0630.517.09-
YUV146.11105.37200.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.39%
GREEN value IS 102 (40.23% from 255) = 22.37%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=54.39%
G=22.37%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810210600.590.570.03358.3691.2568.63
HexF8666A03B3931665b45
Octal370146152073713546133105
Binary111110001100110110101001110111110011110110011010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8666A; }

 p { color: rgb(248,102,106); }

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

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

 a { background-color: rgb(248,102,106); }

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

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

 span { border-color: rgb(248,102,106); }

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