#F54098

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

Shades of Wild Strawberry #F54098

Tints of Wild Strawberry #F54098

Color information

#F54098 (or 0xF54098) is unknown color: approx Wild Strawberry. HEX triplet: F5, 40 and 98. RGB value is (245,64,152). Sum of RGB (Red+Green+Blue) = 245+64+152=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F54098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54098 is #0ABF67. Grayscale: #7F7F7F. Windows color (decimal): -704360 or 9978101. OLE color: 9978101.

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

Color convert

RGB24564152-
CMYK00.740.380.04
HSL330.83º90.05%60.59%-
HSV(B)330.83º73.88%96.08%-
XYZ45.1625.3532.22-
YUV128.15141.47211.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.15%
GREEN value IS 64 (25.39% from 255) = 13.88%
BLUE value IS 152 (59.77% from 255) = 32.97%
R=53.15%
G=13.88%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456415200.740.380.04330.8390.0560.59
HexF5409804A26414b5a3d
Octal365100230011246451313275
Binary11110101100000010011000010010101001101001010010111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54098; }

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

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

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

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

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

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

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

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