#F42B95

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

Shades of Wild Strawberry #F42B95

Tints of Wild Strawberry #F42B95

Color information

#F42B95 (or 0xF42B95) is unknown color: approx Wild Strawberry. HEX triplet: F4, 2B and 95. RGB value is (244,43,149). Sum of RGB (Red+Green+Blue) = 244+43+149=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42B95 is #0BD46A. Grayscale: #727272. Windows color (decimal): -775275 or 9776116. OLE color: 9776116.

HSL color Cylindrical-coordinate representation of color #F42B95: hue angle of 328.36º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42B95 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB24443149-
CMYK00.820.390.04
HSL328.36º90.13%56.27%-
HSV(B)328.36º82.38%95.69%-
XYZ43.623.1330.6-
YUV115.18147.09219.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.96%
GREEN value IS 43 (17.19% from 255) = 9.86%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=55.96%
G=9.86%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2444314900.820.390.04328.3690.1356.27
HexF42B950522741485a38
Octal36453225012247451013270
Binary1111010010101110010101010100101001111001010010001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42B95; }

 p { color: rgb(244,43,149); }

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

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

 a { background-color: rgb(244,43,149); }

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

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

 span { border-color: rgb(244,43,149); }

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