#FA288E

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

Shades of Wild Strawberry #FA288E

Tints of Wild Strawberry #FA288E

Color information

#FA288E (or 0xFA288E) is unknown color: approx Wild Strawberry. HEX triplet: FA, 28 and 8E. RGB value is (250,40,142). Sum of RGB (Red+Green+Blue) = 250+40+142=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA288E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA288E is #05D771. Grayscale: #727272. Windows color (decimal): -382834 or 9316602. OLE color: 9316602.

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

Color convert

RGB25040142-
CMYK00.840.430.02
HSL330.86º95.45%56.86%-
HSV(B)330.86º84%98.04%-
XYZ45.0723.7927.81-
YUV114.42143.57224.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.87%
GREEN value IS 40 (16.02% from 255) = 9.26%
BLUE value IS 142 (55.86% from 255) = 32.87%
R=57.87%
G=9.26%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2504014200.840.430.02330.8695.4556.86
HexFA288E0542B214b5f39
Octal37250216012453251313771
Binary111110101010001000111001010100101011101010010111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA288E; }

 p { color: rgb(250,40,142); }

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

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

 a { background-color: rgb(250,40,142); }

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

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

 span { border-color: rgb(250,40,142); }

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