#F8368E

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

Shades of Wild Strawberry #F8368E

Tints of Wild Strawberry #F8368E

Color information

#F8368E (or 0xF8368E) is unknown color: approx Wild Strawberry. HEX triplet: F8, 36 and 8E. RGB value is (248,54,142). Sum of RGB (Red+Green+Blue) = 248+54+142=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F8368E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8368E is #07C971. Grayscale: #797979. Windows color (decimal): -510322 or 9320184. OLE color: 9320184.

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

Color convert

RGB24854142-
CMYK00.780.430.03
HSL332.78º93.27%59.22%-
HSV(B)332.78º78.23%97.25%-
XYZ44.9124.5527.96-
YUV122.04139.27217.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.86%
GREEN value IS 54 (21.48% from 255) = 12.16%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=55.86%
G=12.16%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485414200.780.430.03332.7893.2759.22
HexF8368E04E2B314d5d3b
Octal37066216011653351513573
Binary111110001101101000111001001110101011111010011011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8368E; }

 p { color: rgb(248,54,142); }

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

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

 a { background-color: rgb(248,54,142); }

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

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

 span { border-color: rgb(248,54,142); }

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