#F53298

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

Shades of Wild Strawberry #F53298

Tints of Wild Strawberry #F53298

Color information

#F53298 (or 0xF53298) is unknown color: approx Wild Strawberry. HEX triplet: F5, 32 and 98. RGB value is (245,50,152). Sum of RGB (Red+Green+Blue) = 245+50+152=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F53298 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53298 is #0ACD67. Grayscale: #777777. Windows color (decimal): -707944 or 9974517. OLE color: 9974517.

HSL color Cylindrical-coordinate representation of color #F53298: hue angle of 328.62º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53298 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB24550152-
CMYK00.800.380.04
HSL328.62º90.7%57.84%-
HSV(B)328.62º79.59%96.08%-
XYZ44.4623.9631.99-
YUV119.93146.1217.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.81%
GREEN value IS 50 (19.92% from 255) = 11.19%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=54.81%
G=11.19%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455015200.800.380.04328.6290.757.84
HexF532980502641495b3a
Octal36562230012046451113372
Binary1111010111001010011000010100001001101001010010011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53298; }

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

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

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

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

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

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

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

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