#F43D96

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

Shades of Wild Strawberry #F43D96

Tints of Wild Strawberry #F43D96

Color information

#F43D96 (or 0xF43D96) is unknown color: approx Wild Strawberry. HEX triplet: F4, 3D and 96. RGB value is (244,61,150). Sum of RGB (Red+Green+Blue) = 244+61+150=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F43D96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43D96 is #0BC269. Grayscale: #7D7D7D. Windows color (decimal): -770666 or 9846260. OLE color: 9846260.

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

Color convert

RGB24461150-
CMYK00.750.390.04
HSL330.82º89.27%59.8%-
HSV(B)330.82º75%95.69%-
XYZ44.4824.7731.29-
YUV125.86141.63212.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.63%
GREEN value IS 61 (24.22% from 255) = 13.41%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=53.63%
G=13.41%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446115000.750.390.04330.8289.2759.8
HexF43D9604B27414b593c
Octal36475226011347451313174
Binary1111010011110110010110010010111001111001010010111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43D96; }

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

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

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

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

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

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

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

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