#FF40A1

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

Shades of Wild Strawberry #FF40A1

Tints of Wild Strawberry #FF40A1

Color information

#FF40A1 (or 0xFF40A1) is unknown color: approx Wild Strawberry. HEX triplet: FF, 40 and A1. RGB value is (255,64,161). Sum of RGB (Red+Green+Blue) = 255+64+161=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40A1 is #00BF5E. Grayscale: #838383. Windows color (decimal): -48991 or 10567935. OLE color: 10567935.

HSL color Cylindrical-coordinate representation of color #FF40A1: hue angle of 329.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF40A1 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB25564161-
CMYK00.750.370
HSL329.53º100%62.55%-
HSV(B)329.53º74.9%100%-
XYZ49.5127.536.42-
YUV132.17144.28215.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.12%
GREEN value IS 64 (25.39% from 255) = 13.33%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=53.12%
G=13.33%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556416100.750.370329.5310062.55
HexFF40A104B25014a643f
Octal377100241011345051214477
Binary111111111000000101000010100101110010101010010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40A1; }

 p { color: rgb(255,64,161); }

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

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

 a { background-color: rgb(255,64,161); }

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

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

 span { border-color: rgb(255,64,161); }

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