#FD35A0

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

Shades of Wild Strawberry #FD35A0

Tints of Wild Strawberry #FD35A0

Color information

#FD35A0 (or 0xFD35A0) is unknown color: approx Wild Strawberry. HEX triplet: FD, 35 and A0. RGB value is (253,53,160). Sum of RGB (Red+Green+Blue) = 253+53+160=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD35A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD35A0 is #02CA5F. Grayscale: #7C7C7C. Windows color (decimal): -182880 or 10499581. OLE color: 10499581.

HSL color Cylindrical-coordinate representation of color #FD35A0: hue angle of 327.9º 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 #FD35A0 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB25353160-
CMYK00.790.370.01
HSL327.9º98.04%60%-
HSV(B)327.9º79.05%99.22%-
XYZ48.1325.9735.73-
YUV125147.76219.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.29%
GREEN value IS 53 (21.09% from 255) = 11.37%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=54.29%
G=11.37%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535316000.790.370.01327.998.0460
HexFD35A004F251148623c
Octal37565240011745151014274
Binary11111101110101101000000100111110010111010010001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD35A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD35A0; }

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

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

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

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

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

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

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

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