#F43BA9

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

Shades of Wild Strawberry #F43BA9

Tints of Wild Strawberry #F43BA9

Color information

#F43BA9 (or 0xF43BA9) is unknown color: approx Wild Strawberry. HEX triplet: F4, 3B and A9. RGB value is (244,59,169). Sum of RGB (Red+Green+Blue) = 244+59+169=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F43BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43BA9 is #0BC456. Grayscale: #7E7E7E. Windows color (decimal): -771159 or 11090932. OLE color: 11090932.

HSL color Cylindrical-coordinate representation of color #F43BA9: hue angle of 324.32º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F43BA9 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB24459169-
CMYK00.760.310.04
HSL324.32º89.37%59.41%-
HSV(B)324.32º75.82%95.69%-
XYZ46.0325.2339.98-
YUV126.86151.79211.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.69%
GREEN value IS 59 (23.44% from 255) = 12.5%
BLUE value IS 169 (66.41% from 255) = 35.81%
R=51.69%
G=12.5%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2445916900.760.310.04324.3289.3759.41
HexF43BA904C1F4144593b
Octal36473251011437450413173
Binary111101001110111010100101001100111111001010001001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43BA9; }

 p { color: rgb(244,59,169); }

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

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

 a { background-color: rgb(244,59,169); }

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

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

 span { border-color: rgb(244,59,169); }

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