#FD42A5

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

Shades of Wild Strawberry #FD42A5

Tints of Wild Strawberry #FD42A5

Color information

#FD42A5 (or 0xFD42A5) is unknown color: approx Wild Strawberry. HEX triplet: FD, 42 and A5. RGB value is (253,66,165). Sum of RGB (Red+Green+Blue) = 253+66+165=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD42A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD42A5 is #02BD5A. Grayscale: #848484. Windows color (decimal): -179547 or 10830589. OLE color: 10830589.

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

Color convert

RGB25366165-
CMYK00.740.350.01
HSL328.24º97.91%62.55%-
HSV(B)328.24º73.91%99.22%-
XYZ49.2527.538.31-
YUV133.2145.95213.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.27%
GREEN value IS 66 (26.17% from 255) = 13.64%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=52.27%
G=13.64%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536616500.740.350.01328.2497.9162.55
HexFD42A504A231148623f
Octal375102245011243151014277
Binary111111011000010101001010100101010001111010010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD42A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD42A5; }

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

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

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

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

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

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

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

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