#F43390

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

Shades of Wild Strawberry #F43390

Tints of Wild Strawberry #F43390

Color information

#F43390 (or 0xF43390) is unknown color: approx Wild Strawberry. HEX triplet: F4, 33 and 90. RGB value is (244,51,144). Sum of RGB (Red+Green+Blue) = 244+51+144=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F43390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43390 is #0BCC6F. Grayscale: #777777. Windows color (decimal): -773232 or 9450484. OLE color: 9450484.

HSL color Cylindrical-coordinate representation of color #F43390: hue angle of 331.09º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F43390 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB24451144-
CMYK00.790.410.04
HSL331.09º89.77%57.84%-
HSV(B)331.09º79.1%95.69%-
XYZ43.5323.6128.65-
YUV119.31141.94216.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.58%
GREEN value IS 51 (20.31% from 255) = 11.62%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=55.58%
G=11.62%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2445114400.790.410.04331.0989.7757.84
HexF4339004F29414b5a3a
Octal36463220011751451313272
Binary1111010011001110010000010011111010011001010010111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43390; }

 p { color: rgb(244,51,144); }

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

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

 a { background-color: rgb(244,51,144); }

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

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

 span { border-color: rgb(244,51,144); }

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