#FB41A1

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

Shades of Wild Strawberry #FB41A1

Tints of Wild Strawberry #FB41A1

Color information

#FB41A1 (or 0xFB41A1) is unknown color: approx Wild Strawberry. HEX triplet: FB, 41 and A1. RGB value is (251,65,161). Sum of RGB (Red+Green+Blue) = 251+65+161=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB41A1 is #04BE5E. Grayscale: #838383. Windows color (decimal): -310879 or 10568187. OLE color: 10568187.

HSL color Cylindrical-coordinate representation of color #FB41A1: hue angle of 329.03º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB41A1 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB25165161-
CMYK00.740.360.02
HSL329.03º95.88%61.96%-
HSV(B)329.03º74.1%98.43%-
XYZ48.1126.8636.37-
YUV131.56144.62213.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.62%
GREEN value IS 65 (25.78% from 255) = 13.63%
BLUE value IS 161 (63.28% from 255) = 33.75%
R=52.62%
G=13.63%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516516100.740.360.02329.0395.8861.96
HexFB41A104A242149603e
Octal373101241011244251114076
Binary1111101110000011010000101001010100100101010010011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB41A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB41A1; }

 p { color: rgb(251,65,161); }

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

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

 a { background-color: rgb(251,65,161); }

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

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

 span { border-color: rgb(251,65,161); }

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