#F73498

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

Shades of Wild Strawberry #F73498

Tints of Wild Strawberry #F73498

Color information

#F73498 (or 0xF73498) is unknown color: approx Wild Strawberry. HEX triplet: F7, 34 and 98. RGB value is (247,52,152). Sum of RGB (Red+Green+Blue) = 247+52+152=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F73498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73498 is #08CB67. Grayscale: #797979. Windows color (decimal): -576360 or 9975031. OLE color: 9975031.

HSL color Cylindrical-coordinate representation of color #F73498: hue angle of 329.23º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F73498 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB24752152-
CMYK00.790.380.03
HSL329.23º92.42%58.63%-
HSV(B)329.23º78.95%96.86%-
XYZ45.2524.532.05-
YUV121.7145.1217.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.77%
GREEN value IS 52 (20.70% from 255) = 11.53%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=54.77%
G=11.53%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475215200.790.380.03329.2392.4258.63
HexF7349804F2631495c3b
Octal36764230011746351113473
Binary111101111101001001100001001111100110111010010011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73498; }

 p { color: rgb(247,52,152); }

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

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

 a { background-color: rgb(247,52,152); }

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

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

 span { border-color: rgb(247,52,152); }

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