#F8389F

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

Shades of Wild Strawberry #F8389F

Tints of Wild Strawberry #F8389F

Color information

#F8389F (or 0xF8389F) is unknown color: approx Wild Strawberry. HEX triplet: F8, 38 and 9F. RGB value is (248,56,159). Sum of RGB (Red+Green+Blue) = 248+56+159=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8389F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8389F is #07C760. Grayscale: #7C7C7C. Windows color (decimal): -509793 or 10434808. OLE color: 10434808.

HSL color Cylindrical-coordinate representation of color #F8389F: hue angle of 327.81º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8389F is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB24856159-
CMYK00.770.360.03
HSL327.81º93.2%59.61%-
HSV(B)327.81º77.42%97.25%-
XYZ46.3825.2935.24-
YUV125.15147.11215.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.56%
GREEN value IS 56 (22.27% from 255) = 12.10%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=53.56%
G=12.10%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485615900.770.360.03327.8193.259.61
HexF8389F04D2431485d3c
Octal37070237011544351013574
Binary111110001110001001111101001101100100111010010001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8389F; }

 p { color: rgb(248,56,159); }

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

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

 a { background-color: rgb(248,56,159); }

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

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

 span { border-color: rgb(248,56,159); }

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