#fb2a95

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

Shades of Wild Strawberry #FB2A95

Tints of Wild Strawberry #FB2A95

Color information

#FB2A95 (or 0xFB2A95) is unknown color: approx Wild Strawberry. HEX triplet: FB, 2A and 95. RGB value is (251,42,149). Sum of RGB (Red+Green+Blue) = 251+42+149=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2A95 is #04D56A. Grayscale: #747474. Windows color (decimal): -316779 or 9775867. OLE color: 9775867.

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

Color convert

RGB25142149-
CMYK00.830.410.02
HSL329.28º96.31%57.45%-
HSV(B)329.28º83.27%98.43%-
XYZ46.0424.3430.7-
YUV116.69146.24223.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.79%
GREEN value IS 42 (16.80% from 255) = 9.50%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=56.79%
G=9.50%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2514214900.830.410.02329.2896.3157.45
HexFB2A950532921496039
Octal37352225012351251114071
Binary111110111010101001010101010011101001101010010011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb2a95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb2a95; }

 p { color: rgb(251,42,149); }

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

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

 a { background-color: rgb(251,42,149); }

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

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

 span { border-color: rgb(251,42,149); }

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