#F53798

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

Shades of Wild Strawberry #F53798

Tints of Wild Strawberry #F53798

Color information

#F53798 (or 0xF53798) is unknown color: approx Wild Strawberry. HEX triplet: F5, 37 and 98. RGB value is (245,55,152). Sum of RGB (Red+Green+Blue) = 245+55+152=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F53798 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53798 is #0AC867. Grayscale: #7A7A7A. Windows color (decimal): -706664 or 9975797. OLE color: 9975797.

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

Color convert

RGB24555152-
CMYK00.780.380.04
HSL329.37º90.48%58.82%-
HSV(B)329.37º77.55%96.08%-
XYZ44.6924.4132.06-
YUV122.87144.45215.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.20%
GREEN value IS 55 (21.88% from 255) = 12.17%
BLUE value IS 152 (59.77% from 255) = 33.63%
R=54.20%
G=12.17%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455515200.780.380.04329.3790.4858.82
HexF5379804E2641495a3b
Octal36567230011646451113273
Binary1111010111011110011000010011101001101001010010011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53798; }

 p { color: rgb(245,55,152); }

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

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

 a { background-color: rgb(245,55,152); }

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

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

 span { border-color: rgb(245,55,152); }

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