Html Css Color HEX #FA2990 Wild Strawberry

📋 copy color: '#FA2990'

red 250 ◦ green 41 ◦ blue 144

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

Shades of Wild Strawberry #FA2990

Tints of Wild Strawberry #FA2990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.43%

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

R = 57.47%
G = 9.43%
B = 33.1%

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

#FA2990 (or 0xFA2990) is known color: Wild Strawberry. HEX triplet: FA, 29 and 90. RGB value is (250,41,144). Sum of RGB (Red+Green+Blue) = 250+41+144=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2990 is #05D66F. Grayscale: #737373. Windows color (decimal): -382576 or 9447930. OLE color: 9447930.

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

Color convert

RGB 250 41 144 -
CMYK 0 0.84 0.42 0.02
HSL 330.43º 0.95% 0.57% -
HSV(B) 330.43º 0.84% 0.98% -
XYZ 45.25 23.92 28.62 -
YUV 115.23 144.24 224.12 -
System Red Green Blue C M Y K H S L
Decimal 250 41 144 0 0.84 0.42 0.02 330.43 0.95 0.57
Hex FA 29 90 0 54 2A 2 14A 5F 39
Octal 372 51 220 0 124 52 2 512 137 71
Binary 11111010 101001 10010000 0 1010100 101010 10 101001010 1011111 111001

Color Harmonies of #FA2990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2990

Black with #FA2990

Text Example


Text Example

White with #FA2990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2990; }

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

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

background-color css

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

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

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

border-color css

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

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

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