Html Css Color HEX #FA2994 Wild Strawberry

📋 copy color: '#FA2994'

red 250 ◦ green 41 ◦ blue 148

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

Shades of Wild Strawberry #FA2994

Tints of Wild Strawberry #FA2994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.71%

R = 56.95%
G = 9.34%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA2994 (or 0xFA2994) is known color: Wild Strawberry. HEX triplet: FA, 29 and 94. RGB value is (250,41,148). Sum of RGB (Red+Green+Blue) = 250+41+148=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2994 is #05D66B. Grayscale: #737373. Windows color (decimal): -382572 or 9710074. OLE color: 9710074.

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

Color convert

RGB 250 41 148 -
CMYK 0 0.84 0.41 0.02
HSL 329.28º 0.95% 0.57% -
HSV(B) 329.28º 0.84% 0.98% -
XYZ 45.56 24.05 30.26 -
YUV 115.69 146.24 223.8 -
System Red Green Blue C M Y K H S L
Decimal 250 41 148 0 0.84 0.41 0.02 329.28 0.95 0.57
Hex FA 29 94 0 54 29 2 149 5F 39
Octal 372 51 224 0 124 51 2 511 137 71
Binary 11111010 101001 10010100 0 1010100 101001 10 101001001 1011111 111001

Color Harmonies of #FA2994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2994

Black with #FA2994

Text Example


Text Example

White with #FA2994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2994; }

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

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

background-color css

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

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

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

border-color css

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

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

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