#F43396

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

Shades of Wild Strawberry #F43396

Tints of Wild Strawberry #F43396

Color information

#F43396 (or 0xF43396) is unknown color: approx Wild Strawberry. HEX triplet: F4, 33 and 96. RGB value is (244,51,150). Sum of RGB (Red+Green+Blue) = 244+51+150=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F43396 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43396 is #0BCC69. Grayscale: #777777. Windows color (decimal): -773226 or 9843700. OLE color: 9843700.

HSL color Cylindrical-coordinate representation of color #F43396: hue angle of 329.22º 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 #F43396 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB24451150-
CMYK00.790.390.04
HSL329.22º89.77%57.84%-
HSV(B)329.22º79.1%95.69%-
XYZ4423.831.13-
YUV119.99144.94216.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.83%
GREEN value IS 51 (20.31% from 255) = 11.46%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=54.83%
G=11.46%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2445115000.790.390.04329.2289.7757.84
HexF4339604F2741495a3a
Octal36463226011747451113272
Binary1111010011001110010110010011111001111001010010011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43396; }

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

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

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

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

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

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

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

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