#F9319C

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

Shades of Wild Strawberry #F9319C

Tints of Wild Strawberry #F9319C

Color information

#F9319C (or 0xF9319C) is unknown color: approx Wild Strawberry. HEX triplet: F9, 31 and 9C. RGB value is (249,49,156). Sum of RGB (Red+Green+Blue) = 249+49+156=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9319C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9319C is #06CE63. Grayscale: #787878. Windows color (decimal): -446052 or 10236409. OLE color: 10236409.

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

Color convert

RGB24949156-
CMYK00.800.370.02
HSL327.9º94.34%58.43%-
HSV(B)327.9º80.32%97.65%-
XYZ46.1724.7433.79-
YUV121147.76219.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.85%
GREEN value IS 49 (19.53% from 255) = 10.79%
BLUE value IS 156 (61.33% from 255) = 34.36%
R=54.85%
G=10.79%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494915600.800.370.02327.994.3458.43
HexF9319C0502521485e3a
Octal37161234012045251013672
Binary111110011100011001110001010000100101101010010001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9319C; }

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

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

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

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

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

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

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

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