#F5338B

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

Shades of Wild Strawberry #F5338B

Tints of Wild Strawberry #F5338B

Color information

#F5338B (or 0xF5338B) is unknown color: approx Wild Strawberry. HEX triplet: F5, 33 and 8B. RGB value is (245,51,139). Sum of RGB (Red+Green+Blue) = 245+51+139=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5338B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5338B is #0ACC74. Grayscale: #767676. Windows color (decimal): -707701 or 9122805. OLE color: 9122805.

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

Color convert

RGB24551139-
CMYK00.790.430.04
HSL332.78º90.65%58.04%-
HSV(B)332.78º79.18%96.08%-
XYZ43.523.6426.7-
YUV119.04139.27217.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.32%
GREEN value IS 51 (20.31% from 255) = 11.72%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=56.32%
G=11.72%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455113900.790.430.04332.7890.6558.04
HexF5338B04F2B414d5b3a
Octal36563213011753451513372
Binary1111010111001110001011010011111010111001010011011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5338B; }

 p { color: rgb(245,51,139); }

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

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

 a { background-color: rgb(245,51,139); }

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

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

 span { border-color: rgb(245,51,139); }

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