Html Css Color HEX #FA2890 Wild Strawberry

📋 copy color: '#FA2890'

red 250 ◦ green 40 ◦ blue 144

#FA2890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #FA2890

Tints of Wild Strawberry #FA2890

RGB

 RED value IS 250 (98.05% from 255) = 57.6%

 GREEN value IS 40 (16.02% from 255) = 9.22%

 BLUE value IS 144 (56.64% from 255) = 33.18%

R = 57.6%
G = 9.22%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA2890 (or 0xFA2890) is known color: Wild Strawberry. HEX triplet: FA, 28 and 90. RGB value is (250,40,144). Sum of RGB (Red+Green+Blue) = 250+40+144=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2890 is #05D76F. Grayscale: #727272. Windows color (decimal): -382832 or 9447674. OLE color: 9447674.

HSL color Cylindrical-coordinate representation of color #FA2890: hue angle of 330.29º 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 #FA2890 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 40 144 -
CMYK 0 0.84 0.42 0.02
HSL 330.29º 0.95% 0.57% -
HSV(B) 330.29º 0.84% 0.98% -
XYZ 45.22 23.86 28.61 -
YUV 114.65 144.57 224.54 -
System Red Green Blue C M Y K H S L
Decimal 250 40 144 0 0.84 0.42 0.02 330.29 0.95 0.57
Hex FA 28 90 0 54 2A 2 14A 5F 39
Octal 372 50 220 0 124 52 2 512 137 71
Binary 11111010 101000 10010000 0 1010100 101010 10 101001010 1011111 111001

Color Harmonies of #FA2890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2890

Black with #FA2890

Text Example


Text Example

White with #FA2890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2890; }

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

 H1.HeaderClassName
 {
   color: #FA2890;
 }
 .AnyTagClassName
 {
   color: #FA2890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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