#F43D9B

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

Shades of Wild Strawberry #F43D9B

Tints of Wild Strawberry #F43D9B

Color information

#F43D9B (or 0xF43D9B) is unknown color: approx Wild Strawberry. HEX triplet: F4, 3D and 9B. RGB value is (244,61,155). Sum of RGB (Red+Green+Blue) = 244+61+155=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F43D9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43D9B is #0BC264. Grayscale: #7E7E7E. Windows color (decimal): -770661 or 10173940. OLE color: 10173940.

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

Color convert

RGB24461155-
CMYK00.750.360.04
HSL329.18º89.27%59.8%-
HSV(B)329.18º75%95.69%-
XYZ44.8924.9433.46-
YUV126.43144.13211.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.04%
GREEN value IS 61 (24.22% from 255) = 13.26%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=53.04%
G=13.26%
B=33.70%

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
Decimal2446115500.750.360.04329.1889.2759.8
HexF43D9B04B244149593c
Octal36475233011344451113174
Binary1111010011110110011011010010111001001001010010011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43D9B; }

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

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

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

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

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

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

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

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