#F9449B

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

Shades of Wild Strawberry #F9449B

Tints of Wild Strawberry #F9449B

Color information

#F9449B (or 0xF9449B) is unknown color: approx Wild Strawberry. HEX triplet: F9, 44 and 9B. RGB value is (249,68,155). Sum of RGB (Red+Green+Blue) = 249+68+155=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9449B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9449B is #06BB64. Grayscale: #838383. Windows color (decimal): -441189 or 10175737. OLE color: 10175737.

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

Color convert

RGB24968155-
CMYK00.730.380.02
HSL331.16º93.78%62.16%-
HSV(B)331.16º72.69%97.65%-
XYZ47.0526.6433.67-
YUV132.04140.97211.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.75%
GREEN value IS 68 (26.95% from 255) = 14.41%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=52.75%
G=14.41%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496815500.730.380.02331.1693.7862.16
HexF9449B04926214b5e3e
Octal371104233011146251313676
Binary1111100110001001001101101001001100110101010010111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9449B; }

 p { color: rgb(249,68,155); }

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

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

 a { background-color: rgb(249,68,155); }

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

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

 span { border-color: rgb(249,68,155); }

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