#FD409C

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

Shades of Wild Strawberry #FD409C

Tints of Wild Strawberry #FD409C

Color information

#FD409C (or 0xFD409C) is unknown color: approx Wild Strawberry. HEX triplet: FD, 40 and 9C. RGB value is (253,64,156). Sum of RGB (Red+Green+Blue) = 253+64+156=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD409C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD409C is #02BF63. Grayscale: #828282. Windows color (decimal): -180068 or 10240253. OLE color: 10240253.

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

Color convert

RGB25364156-
CMYK00.750.380.01
HSL330.79º97.93%62.16%-
HSV(B)330.79º74.7%99.22%-
XYZ48.3426.9534.11-
YUV131142.12215.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.49%
GREEN value IS 64 (25.39% from 255) = 13.53%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=53.49%
G=13.53%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536415600.750.380.01330.7997.9362.16
HexFD409C04B26114b623e
Octal375100234011346151314276
Binary111111011000000100111000100101110011011010010111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD409C; }

 p { color: rgb(253,64,156); }

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

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

 a { background-color: rgb(253,64,156); }

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

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

 span { border-color: rgb(253,64,156); }

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