#F42591

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

Shades of Wild Strawberry #F42591

Tints of Wild Strawberry #F42591

Color information

#F42591 (or 0xF42591) is unknown color: approx Wild Strawberry. HEX triplet: F4, 25 and 91. RGB value is (244,37,145). Sum of RGB (Red+Green+Blue) = 244+37+145=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F42591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42591 is #0BDA6E. Grayscale: #6E6E6E. Windows color (decimal): -776815 or 9512436. OLE color: 9512436.

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

Color convert

RGB24437145-
CMYK00.850.410.04
HSL328.7º90.39%55.1%-
HSV(B)328.7º84.84%95.69%-
XYZ43.0822.628.88-
YUV111.2147.08222.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.28%
GREEN value IS 37 (14.84% from 255) = 8.69%
BLUE value IS 145 (57.03% from 255) = 34.04%
R=57.28%
G=8.69%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443714500.850.410.04328.790.3955.1
HexF425910552941495a37
Octal36445221012551451113267
Binary1111010010010110010001010101011010011001010010011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42591; }

 p { color: rgb(244,37,145); }

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

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

 a { background-color: rgb(244,37,145); }

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

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

 span { border-color: rgb(244,37,145); }

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