#FD3A8E

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

Shades of Wild Strawberry #FD3A8E

Tints of Wild Strawberry #FD3A8E

Color information

#FD3A8E (or 0xFD3A8E) is unknown color: approx Wild Strawberry. HEX triplet: FD, 3A and 8E. RGB value is (253,58,142). Sum of RGB (Red+Green+Blue) = 253+58+142=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3A8E is #02C571. Grayscale: #7D7D7D. Windows color (decimal): -181618 or 9321213. OLE color: 9321213.

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

Color convert

RGB25358142-
CMYK00.770.440.01
HSL334.15º97.99%60.98%-
HSV(B)334.15º77.08%99.22%-
XYZ46.925.8628.11-
YUV125.88137.1218.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.85%
GREEN value IS 58 (23.05% from 255) = 12.80%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=55.85%
G=12.80%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535814200.770.440.01334.1597.9960.98
HexFD3A8E04D2C114e623d
Octal37572216011554151614275
Binary11111101111010100011100100110110110011010011101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3A8E; }

 p { color: rgb(253,58,142); }

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

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

 a { background-color: rgb(253,58,142); }

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

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

 span { border-color: rgb(253,58,142); }

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