#F52792

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

Shades of Wild Strawberry #F52792

Tints of Wild Strawberry #F52792

Color information

#F52792 (or 0xF52792) is unknown color: approx Wild Strawberry. HEX triplet: F5, 27 and 92. RGB value is (245,39,146). Sum of RGB (Red+Green+Blue) = 245+39+146=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F52792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52792 is #0AD86D. Grayscale: #707070. Windows color (decimal): -710766 or 9578485. OLE color: 9578485.

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

Color convert

RGB24539146-
CMYK00.840.400.04
HSL328.83º91.15%55.69%-
HSV(B)328.83º84.08%96.08%-
XYZ43.5722.9429.33-
YUV112.79146.75222.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.98%
GREEN value IS 39 (15.62% from 255) = 9.07%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=56.98%
G=9.07%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453914600.840.400.04328.8391.1555.69
HexF527920542841495b38
Octal36547222012450451113370
Binary1111010110011110010010010101001010001001010010011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52792; }

 p { color: rgb(245,39,146); }

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

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

 a { background-color: rgb(245,39,146); }

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

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

 span { border-color: rgb(245,39,146); }

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