#F52691

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

Shades of Wild Strawberry #F52691

Tints of Wild Strawberry #F52691

Color information

#F52691 (or 0xF52691) is unknown color: approx Wild Strawberry. HEX triplet: F5, 26 and 91. RGB value is (245,38,145). Sum of RGB (Red+Green+Blue) = 245+38+145=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F52691 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52691 is #0AD96E. Grayscale: #6F6F6F. Windows color (decimal): -711023 or 9512693. OLE color: 9512693.

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

Color convert

RGB24538145-
CMYK00.840.410.04
HSL328.99º91.19%55.49%-
HSV(B)328.99º84.49%96.08%-
XYZ43.4622.8428.91-
YUV112.09146.58222.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.24%
GREEN value IS 38 (15.23% from 255) = 8.88%
BLUE value IS 145 (57.03% from 255) = 33.88%
R=57.24%
G=8.88%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453814500.840.410.04328.9991.1955.49
HexF526910542941495b37
Octal36546221012451451113367
Binary1111010110011010010001010101001010011001010010011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52691; }

 p { color: rgb(245,38,145); }

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

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

 a { background-color: rgb(245,38,145); }

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

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

 span { border-color: rgb(245,38,145); }

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