#FD3592

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

Shades of Wild Strawberry #FD3592

Tints of Wild Strawberry #FD3592

Color information

#FD3592 (or 0xFD3592) is unknown color: approx Wild Strawberry. HEX triplet: FD, 35 and 92. RGB value is (253,53,146). Sum of RGB (Red+Green+Blue) = 253+53+146=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3592 is #02CA6D. Grayscale: #7B7B7B. Windows color (decimal): -182894 or 9582077. OLE color: 9582077.

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

Color convert

RGB25353146-
CMYK00.790.420.01
HSL332.1º98.04%60%-
HSV(B)332.1º79.05%99.22%-
XYZ46.9725.529.64-
YUV123.4140.76220.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.97%
GREEN value IS 53 (21.09% from 255) = 11.73%
BLUE value IS 146 (57.42% from 255) = 32.30%
R=55.97%
G=11.73%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535314600.790.420.01332.198.0460
HexFD359204F2A114c623c
Octal37565222011752151414274
Binary11111101110101100100100100111110101011010011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3592; }

 p { color: rgb(253,53,146); }

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

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

 a { background-color: rgb(253,53,146); }

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

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

 span { border-color: rgb(253,53,146); }

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