#FA2E83

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

Shades of Wild Strawberry #FA2E83

Tints of Wild Strawberry #FA2E83

Color information

#FA2E83 (or 0xFA2E83) is unknown color: approx Wild Strawberry. HEX triplet: FA, 2E and 83. RGB value is (250,46,131). Sum of RGB (Red+Green+Blue) = 250+46+131=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2E83 is #05D17C. Grayscale: #747474. Windows color (decimal): -381309 or 8597242. OLE color: 8597242.

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

Color convert

RGB25046131-
CMYK00.820.480.02
HSL335º95.33%58.04%-
HSV(B)335º81.6%98.04%-
XYZ44.523.9223.74-
YUV116.69136.09223.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.55%
GREEN value IS 46 (18.36% from 255) = 10.77%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=58.55%
G=10.77%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2504613100.820.480.0233595.3358.04
HexFA2E8305230214f5f3a
Octal37256203012260251713772
Binary111110101011101000001101010010110000101010011111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2E83; }

 p { color: rgb(250,46,131); }

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

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

 a { background-color: rgb(250,46,131); }

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

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

 span { border-color: rgb(250,46,131); }

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