#F85D6A

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

Shades of Wild Watermelon #F85D6A

Tints of Wild Watermelon #F85D6A

Color information

#F85D6A (or 0xF85D6A) is unknown color: approx Wild Watermelon. HEX triplet: F8, 5D and 6A. RGB value is (248,93,106). Sum of RGB (Red+Green+Blue) = 248+93+106=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85D6A is #07A295. Grayscale: #8C8C8C. Windows color (decimal): -500374 or 6970872. OLE color: 6970872.

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

Color convert

RGB24893106-
CMYK00.620.570.03
HSL354.97º91.72%66.86%-
HSV(B)354.97º62.5%97.25%-
XYZ45.2328.8316.82-
YUV140.83108.35204.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.48%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 106 (41.80% from 255) = 23.71%
R=55.48%
G=20.81%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489310600.620.570.03354.9791.7266.86
HexF85D6A03E3931635c43
Octal370135152076713543134103
Binary111110001011101110101001111101110011110110001110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85D6A; }

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

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

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

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

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

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

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

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