#F9318E

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

Shades of Wild Strawberry #F9318E

Tints of Wild Strawberry #F9318E

Color information

#F9318E (or 0xF9318E) is unknown color: approx Wild Strawberry. HEX triplet: F9, 31 and 8E. RGB value is (249,49,142). Sum of RGB (Red+Green+Blue) = 249+49+142=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9318E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9318E is #06CE71. Grayscale: #777777. Windows color (decimal): -446066 or 9318905. OLE color: 9318905.

HSL color Cylindrical-coordinate representation of color #F9318E: hue angle of 332.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9318E is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB24949142-
CMYK00.800.430.02
HSL332.1º94.34%58.43%-
HSV(B)332.1º80.32%97.65%-
XYZ45.0524.2927.91-
YUV119.4140.76220.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.59%
GREEN value IS 49 (19.53% from 255) = 11.14%
BLUE value IS 142 (55.86% from 255) = 32.27%
R=56.59%
G=11.14%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494914200.800.430.02332.194.3458.43
HexF9318E0502B214c5e3a
Octal37161216012053251413672
Binary111110011100011000111001010000101011101010011001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9318E; }

 p { color: rgb(249,49,142); }

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

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

 a { background-color: rgb(249,49,142); }

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

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

 span { border-color: rgb(249,49,142); }

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