#F5278A

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

Shades of Wild Strawberry #F5278A

Tints of Wild Strawberry #F5278A

Color information

#F5278A (or 0xF5278A) is unknown color: approx Wild Strawberry. HEX triplet: F5, 27 and 8A. RGB value is (245,39,138). Sum of RGB (Red+Green+Blue) = 245+39+138=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5278A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5278A is #0AD875. Grayscale: #6F6F6F. Windows color (decimal): -710774 or 9054197. OLE color: 9054197.

HSL color Cylindrical-coordinate representation of color #F5278A: hue angle of 331.17º 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 #F5278A is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB24539138-
CMYK00.840.440.04
HSL331.17º91.15%55.69%-
HSV(B)331.17º84.08%96.08%-
XYZ42.9722.726.16-
YUV111.88142.75222.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.06%
GREEN value IS 39 (15.62% from 255) = 9.24%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=58.06%
G=9.24%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453913800.840.440.04331.1791.1555.69
HexF5278A0542C414b5b38
Octal36547212012454451313370
Binary1111010110011110001010010101001011001001010010111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5278A; }

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

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

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

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

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

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

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

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