#F9388E

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

Shades of Wild Strawberry #F9388E

Tints of Wild Strawberry #F9388E

Color information

#F9388E (or 0xF9388E) is unknown color: approx Wild Strawberry. HEX triplet: F9, 38 and 8E. RGB value is (249,56,142). Sum of RGB (Red+Green+Blue) = 249+56+142=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F9388E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9388E is #06C771. Grayscale: #7B7B7B. Windows color (decimal): -444274 or 9320697. OLE color: 9320697.

HSL color Cylindrical-coordinate representation of color #F9388E: hue angle of 333.26º 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 #F9388E is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB24956142-
CMYK00.780.430.02
HSL333.26º94.15%59.8%-
HSV(B)333.26º77.51%97.65%-
XYZ45.3624.9228.01-
YUV123.51138.44217.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.70%
GREEN value IS 56 (22.27% from 255) = 12.53%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=55.70%
G=12.53%
B=31.77%

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
Decimal2495614200.780.430.02333.2694.1559.8
HexF9388E04E2B214d5e3c
Octal37170216011653251513674
Binary111110011110001000111001001110101011101010011011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9388E; }

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

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

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

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

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

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

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

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