#F42B96

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

Shades of Wild Strawberry #F42B96

Tints of Wild Strawberry #F42B96

Color information

#F42B96 (or 0xF42B96) is unknown color: approx Wild Strawberry. HEX triplet: F4, 2B and 96. RGB value is (244,43,150). Sum of RGB (Red+Green+Blue) = 244+43+150=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42B96 is #0BD469. Grayscale: #737373. Windows color (decimal): -775274 or 9841652. OLE color: 9841652.

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

Color convert

RGB24443150-
CMYK00.820.390.04
HSL328.06º90.13%56.27%-
HSV(B)328.06º82.38%95.69%-
XYZ43.6823.1631.02-
YUV115.3147.59219.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.84%
GREEN value IS 43 (17.19% from 255) = 9.84%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=55.84%
G=9.84%
B=34.32%

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
Decimal2444315000.820.390.04328.0690.1356.27
HexF42B960522741485a38
Octal36453226012247451013270
Binary1111010010101110010110010100101001111001010010001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42B96; }

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

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

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

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

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

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

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

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