#FF3AA8

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

Shades of Wild Strawberry #FF3AA8

Tints of Wild Strawberry #FF3AA8

Color information

#FF3AA8 (or 0xFF3AA8) is unknown color: approx Wild Strawberry. HEX triplet: FF, 3A and A8. RGB value is (255,58,168). Sum of RGB (Red+Green+Blue) = 255+58+168=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3AA8 is #00C557. Grayscale: #818181. Windows color (decimal): -50520 or 11025151. OLE color: 11025151.

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

Color convert

RGB25558168-
CMYK00.770.340
HSL326.5º100%61.37%-
HSV(B)326.5º77.25%100%-
XYZ49.8227.1139.65-
YUV129.44149.77217.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 58 (23.05% from 255) = 12.06%
BLUE value IS 168 (66.02% from 255) = 34.93%
R=53.01%
G=12.06%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555816800.770.340326.510061.37
HexFF3AA804D220146643d
Octal37772250011542050614475
Binary11111111111010101010000100110110001001010001101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3AA8; }

 p { color: rgb(255,58,168); }

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

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

 a { background-color: rgb(255,58,168); }

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

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

 span { border-color: rgb(255,58,168); }

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