#F43BA5

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

Shades of Wild Strawberry #F43BA5

Tints of Wild Strawberry #F43BA5

Color information

#F43BA5 (or 0xF43BA5) is unknown color: approx Wild Strawberry. HEX triplet: F4, 3B and A5. RGB value is (244,59,165). Sum of RGB (Red+Green+Blue) = 244+59+165=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F43BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43BA5 is #0BC45A. Grayscale: #7E7E7E. Windows color (decimal): -771163 or 10828788. OLE color: 10828788.

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

Color convert

RGB24459165-
CMYK00.760.320.04
HSL325.62º89.37%59.41%-
HSV(B)325.62º75.82%95.69%-
XYZ45.6625.0838.03-
YUV126.4149.79211.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.14%
GREEN value IS 59 (23.44% from 255) = 12.61%
BLUE value IS 165 (64.84% from 255) = 35.26%
R=52.14%
G=12.61%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2445916500.760.320.04325.6289.3759.41
HexF43BA504C204146593b
Octal36473245011440450613173
Binary1111010011101110100101010011001000001001010001101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43BA5; }

 p { color: rgb(244,59,165); }

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

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

 a { background-color: rgb(244,59,165); }

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

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

 span { border-color: rgb(244,59,165); }

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