#FD3399

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

Shades of Wild Strawberry #FD3399

Tints of Wild Strawberry #FD3399

Color information

#FD3399 (or 0xFD3399) is unknown color: approx Wild Strawberry. HEX triplet: FD, 33 and 99. RGB value is (253,51,153). Sum of RGB (Red+Green+Blue) = 253+51+153=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3399 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3399 is #02CC66. Grayscale: #7A7A7A. Windows color (decimal): -183399 or 10040317. OLE color: 10040317.

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

Color convert

RGB25351153-
CMYK00.800.400.01
HSL329.7º98.06%59.61%-
HSV(B)329.7º79.84%99.22%-
XYZ47.4425.5532.57-
YUV123.03144.92220.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.36%
GREEN value IS 51 (20.31% from 255) = 11.16%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=55.36%
G=11.16%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535115300.800.400.01329.798.0659.61
HexFD339905028114a623c
Octal37563231012050151214274
Binary11111101110011100110010101000010100011010010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3399; }

 p { color: rgb(253,51,153); }

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

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

 a { background-color: rgb(253,51,153); }

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

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

 span { border-color: rgb(253,51,153); }

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