#F43FA4

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

Shades of Wild Strawberry #F43FA4

Tints of Wild Strawberry #F43FA4

Color information

#F43FA4 (or 0xF43FA4) is unknown color: approx Wild Strawberry. HEX triplet: F4, 3F and A4. RGB value is (244,63,164). Sum of RGB (Red+Green+Blue) = 244+63+164=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F43FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43FA4 is #0BC05B. Grayscale: #808080. Windows color (decimal): -770140 or 10764276. OLE color: 10764276.

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

Color convert

RGB24463164-
CMYK00.740.330.04
HSL326.52º89.16%60.2%-
HSV(B)326.52º74.18%95.69%-
XYZ45.7925.4737.62-
YUV128.63147.97210.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.80%
GREEN value IS 63 (25% from 255) = 13.38%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=51.80%
G=13.38%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446316400.740.330.04326.5289.1660.2
HexF43FA404A214147593c
Octal36477244011241450713174
Binary1111010011111110100100010010101000011001010001111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43FA4; }

 p { color: rgb(244,63,164); }

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

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

 a { background-color: rgb(244,63,164); }

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

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

 span { border-color: rgb(244,63,164); }

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