#FF41A6

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

Shades of Wild Strawberry #FF41A6

Tints of Wild Strawberry #FF41A6

Color information

#FF41A6 (or 0xFF41A6) is unknown color: approx Wild Strawberry. HEX triplet: FF, 41 and A6. RGB value is (255,65,166). Sum of RGB (Red+Green+Blue) = 255+65+166=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF41A6 is #00BE59. Grayscale: #858585. Windows color (decimal): -48730 or 10895871. OLE color: 10895871.

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

Color convert

RGB25565166-
CMYK00.750.350
HSL328.11º100%62.75%-
HSV(B)328.11º74.51%100%-
XYZ50.0127.7938.81-
YUV133.32146.45214.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 65 (25.78% from 255) = 13.37%
BLUE value IS 166 (65.23% from 255) = 34.16%
R=52.47%
G=13.37%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556516600.750.350328.1110062.75
HexFF41A604B230148643f
Octal377101246011343051014477
Binary111111111000001101001100100101110001101010010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF41A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF41A6; }

 p { color: rgb(255,65,166); }

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

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

 a { background-color: rgb(255,65,166); }

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

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

 span { border-color: rgb(255,65,166); }

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