#FD35A5

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

Shades of Wild Strawberry #FD35A5

Tints of Wild Strawberry #FD35A5

Color information

#FD35A5 (or 0xFD35A5) is unknown color: approx Wild Strawberry. HEX triplet: FD, 35 and A5. RGB value is (253,53,165). Sum of RGB (Red+Green+Blue) = 253+53+165=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD35A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD35A5 is #02CA5A. Grayscale: #7D7D7D. Windows color (decimal): -182875 or 10827261. OLE color: 10827261.

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

Color convert

RGB25353165-
CMYK00.790.350.01
HSL326.4º98.04%60%-
HSV(B)326.4º79.05%99.22%-
XYZ48.5726.1538.08-
YUV125.57150.26218.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.72%
GREEN value IS 53 (21.09% from 255) = 11.25%
BLUE value IS 165 (64.84% from 255) = 35.03%
R=53.72%
G=11.25%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535316500.790.350.01326.498.0460
HexFD35A504F231146623c
Octal37565245011743150614274
Binary11111101110101101001010100111110001111010001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD35A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD35A5; }

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

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

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

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

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

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

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

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