#F9388D

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

Shades of Wild Strawberry #F9388D

Tints of Wild Strawberry #F9388D

Color information

#F9388D (or 0xF9388D) is unknown color: approx Wild Strawberry. HEX triplet: F9, 38 and 8D. RGB value is (249,56,141). Sum of RGB (Red+Green+Blue) = 249+56+141=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F9388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9388D is #06C772. Grayscale: #7B7B7B. Windows color (decimal): -444275 or 9255161. OLE color: 9255161.

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

Color convert

RGB24956141-
CMYK00.780.430.02
HSL333.58º94.15%59.8%-
HSV(B)333.58º77.51%97.65%-
XYZ45.2924.8927.62-
YUV123.4137.94217.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.83%
GREEN value IS 56 (22.27% from 255) = 12.56%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=55.83%
G=12.56%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495614100.780.430.02333.5894.1559.8
HexF9388D04E2B214e5e3c
Octal37170215011653251613674
Binary111110011110001000110101001110101011101010011101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9388D; }

 p { color: rgb(249,56,141); }

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

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

 a { background-color: rgb(249,56,141); }

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

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

 span { border-color: rgb(249,56,141); }

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