#F53D94

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

Shades of Wild Strawberry #F53D94

Tints of Wild Strawberry #F53D94

Color information

#F53D94 (or 0xF53D94) is unknown color: approx Wild Strawberry. HEX triplet: F5, 3D and 94. RGB value is (245,61,148). Sum of RGB (Red+Green+Blue) = 245+61+148=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53D94 is #0AC26B. Grayscale: #7D7D7D. Windows color (decimal): -705132 or 9715189. OLE color: 9715189.

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

Color convert

RGB24561148-
CMYK00.750.400.04
HSL331.63º90.2%60%-
HSV(B)331.63º75.1%96.08%-
XYZ44.6724.8930.47-
YUV125.93140.46212.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.96%
GREEN value IS 61 (24.22% from 255) = 13.44%
BLUE value IS 148 (58.20% from 255) = 32.60%
R=53.96%
G=13.44%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456114800.750.400.04331.6390.260
HexF53D9404B28414c5a3c
Octal36575224011350451413274
Binary1111010111110110010100010010111010001001010011001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53D94; }

 p { color: rgb(245,61,148); }

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

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

 a { background-color: rgb(245,61,148); }

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

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

 span { border-color: rgb(245,61,148); }

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