#F43D9C

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

Shades of Wild Strawberry #F43D9C

Tints of Wild Strawberry #F43D9C

Color information

#F43D9C (or 0xF43D9C) is unknown color: approx Wild Strawberry. HEX triplet: F4, 3D and 9C. RGB value is (244,61,156). Sum of RGB (Red+Green+Blue) = 244+61+156=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F43D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43D9C is #0BC263. Grayscale: #7E7E7E. Windows color (decimal): -770660 or 10239476. OLE color: 10239476.

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

Color convert

RGB24461156-
CMYK00.750.360.04
HSL328.85º89.27%59.8%-
HSV(B)328.85º75%95.69%-
XYZ44.9824.9733.9-
YUV126.55144.63211.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.93%
GREEN value IS 61 (24.22% from 255) = 13.23%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=52.93%
G=13.23%
B=33.84%

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
Decimal2446115600.750.360.04328.8589.2759.8
HexF43D9C04B244149593c
Octal36475234011344451113174
Binary1111010011110110011100010010111001001001010010011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43D9C; }

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

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

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

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

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

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

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

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