#F5268A

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

Shades of Wild Strawberry #F5268A

Tints of Wild Strawberry #F5268A

Color information

#F5268A (or 0xF5268A) is unknown color: approx Wild Strawberry. HEX triplet: F5, 26 and 8A. RGB value is (245,38,138). Sum of RGB (Red+Green+Blue) = 245+38+138=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F5268A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5268A is #0AD975. Grayscale: #6F6F6F. Windows color (decimal): -711030 or 9053941. OLE color: 9053941.

HSL color Cylindrical-coordinate representation of color #F5268A: hue angle of 331.01º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5268A is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB24538138-
CMYK00.840.440.04
HSL331.01º91.19%55.49%-
HSV(B)331.01º84.49%96.08%-
XYZ42.9422.6326.15-
YUV111.29143.08223.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.19%
GREEN value IS 38 (15.23% from 255) = 9.03%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=58.19%
G=9.03%
B=32.78%

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
Decimal2453813800.840.440.04331.0191.1955.49
HexF5268A0542C414b5b37
Octal36546212012454451313367
Binary1111010110011010001010010101001011001001010010111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5268A; }

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

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

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

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

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

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

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

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