#FD3794

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

Shades of Wild Strawberry #FD3794

Tints of Wild Strawberry #FD3794

Color information

#FD3794 (or 0xFD3794) is unknown color: approx Wild Strawberry. HEX triplet: FD, 37 and 94. RGB value is (253,55,148). Sum of RGB (Red+Green+Blue) = 253+55+148=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3794 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3794 is #02C86B. Grayscale: #7C7C7C. Windows color (decimal): -182380 or 9713661. OLE color: 9713661.

HSL color Cylindrical-coordinate representation of color #FD3794: hue angle of 331.82º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD3794 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB25355148-
CMYK00.780.420.01
HSL331.82º98.02%60.39%-
HSV(B)331.82º78.26%99.22%-
XYZ47.2225.7530.5-
YUV124.8141.1219.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.48%
GREEN value IS 55 (21.88% from 255) = 12.06%
BLUE value IS 148 (58.20% from 255) = 32.46%
R=55.48%
G=12.06%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535514800.780.420.01331.8298.0260.39
HexFD379404E2A114c623c
Octal37567224011652151414274
Binary11111101110111100101000100111010101011010011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3794; }

 p { color: rgb(253,55,148); }

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

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

 a { background-color: rgb(253,55,148); }

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

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

 span { border-color: rgb(253,55,148); }

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