#F9288C

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

Shades of Wild Strawberry #F9288C

Tints of Wild Strawberry #F9288C

Color information

#F9288C (or 0xF9288C) is unknown color: approx Wild Strawberry. HEX triplet: F9, 28 and 8C. RGB value is (249,40,140). Sum of RGB (Red+Green+Blue) = 249+40+140=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F9288C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9288C is #06D773. Grayscale: #717171. Windows color (decimal): -448372 or 9185529. OLE color: 9185529.

HSL color Cylindrical-coordinate representation of color #F9288C: hue angle of 331.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9288C is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB24940140-
CMYK00.840.440.02
HSL331.29º94.57%56.67%-
HSV(B)331.29º83.94%97.65%-
XYZ44.5623.5527.01-
YUV113.89142.74224.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.04%
GREEN value IS 40 (16.02% from 255) = 9.32%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=58.04%
G=9.32%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494014000.840.440.02331.2994.5756.67
HexF9288C0542C214b5f39
Octal37150214012454251313771
Binary111110011010001000110001010100101100101010010111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9288C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9288C; }

 p { color: rgb(249,40,140); }

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

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

 a { background-color: rgb(249,40,140); }

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

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

 span { border-color: rgb(249,40,140); }

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