#F42B88

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

Shades of Wild Strawberry #F42B88

Tints of Wild Strawberry #F42B88

Color information

#F42B88 (or 0xF42B88) is unknown color: approx Wild Strawberry. HEX triplet: F4, 2B and 88. RGB value is (244,43,136). Sum of RGB (Red+Green+Blue) = 244+43+136=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42B88 is #0BD477. Grayscale: #717171. Windows color (decimal): -775288 or 8924148. OLE color: 8924148.

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

Color convert

RGB24443136-
CMYK00.820.440.04
HSL332.24º90.13%56.27%-
HSV(B)332.24º82.38%95.69%-
XYZ42.6222.7425.44-
YUV113.7140.59220.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.68%
GREEN value IS 43 (17.19% from 255) = 10.17%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=57.68%
G=10.17%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2444313600.820.440.04332.2490.1356.27
HexF42B880522C414c5a38
Octal36453210012254451413270
Binary1111010010101110001000010100101011001001010011001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42B88; }

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

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

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

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

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

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

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

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