#F43D95

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

Shades of Wild Strawberry #F43D95

Tints of Wild Strawberry #F43D95

Color information

#F43D95 (or 0xF43D95) is unknown color: approx Wild Strawberry. HEX triplet: F4, 3D and 95. RGB value is (244,61,149). Sum of RGB (Red+Green+Blue) = 244+61+149=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F43D95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43D95 is #0BC26A. Grayscale: #7D7D7D. Windows color (decimal): -770667 or 9780724. OLE color: 9780724.

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

Color convert

RGB24461149-
CMYK00.750.390.04
HSL331.15º89.27%59.8%-
HSV(B)331.15º75%95.69%-
XYZ44.424.7430.87-
YUV125.75141.13212.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.74%
GREEN value IS 61 (24.22% from 255) = 13.44%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=53.74%
G=13.44%
B=32.82%

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
Decimal2446114900.750.390.04331.1589.2759.8
HexF43D9504B27414b593c
Octal36475225011347451313174
Binary1111010011110110010101010010111001111001010010111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43D95; }

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

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

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

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

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

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

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

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