#F43D9D

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

Shades of Wild Strawberry #F43D9D

Tints of Wild Strawberry #F43D9D

Color information

#F43D9D (or 0xF43D9D) is unknown color: approx Wild Strawberry. HEX triplet: F4, 3D and 9D. RGB value is (244,61,157). Sum of RGB (Red+Green+Blue) = 244+61+157=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F43D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43D9D is #0BC262. Grayscale: #7E7E7E. Windows color (decimal): -770659 or 10305012. OLE color: 10305012.

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

Color convert

RGB24461157-
CMYK00.750.360.04
HSL328.52º89.27%59.8%-
HSV(B)328.52º75%95.69%-
XYZ45.062534.35-
YUV126.66145.13211.69-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.81%
GREEN value IS 61 (24.22% from 255) = 13.20%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=52.81%
G=13.20%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446115700.750.360.04328.5289.2759.8
HexF43D9D04B244149593c
Octal36475235011344451113174
Binary1111010011110110011101010010111001001001010010011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43D9D; }

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

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

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

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

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

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

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

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