Html Css Color HEX #FA2992 Wild Strawberry

📋 copy color: '#FA2992'

red 250 ◦ green 41 ◦ blue 146

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

Shades of Wild Strawberry #FA2992

Tints of Wild Strawberry #FA2992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.41%

R = 57.21%
G = 9.38%
B = 33.41%

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

#FA2992 (or 0xFA2992) is known color: Wild Strawberry. HEX triplet: FA, 29 and 92. RGB value is (250,41,146). Sum of RGB (Red+Green+Blue) = 250+41+146=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2992 is #05D66D. Grayscale: #737373. Windows color (decimal): -382574 or 9579002. OLE color: 9579002.

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

Color convert

RGB 250 41 146 -
CMYK 0 0.84 0.42 0.02
HSL 329.86º 0.95% 0.57% -
HSV(B) 329.86º 0.84% 0.98% -
XYZ 45.41 23.99 29.43 -
YUV 115.46 145.24 223.96 -
System Red Green Blue C M Y K H S L
Decimal 250 41 146 0 0.84 0.42 0.02 329.86 0.95 0.57
Hex FA 29 92 0 54 2A 2 14A 5F 39
Octal 372 51 222 0 124 52 2 512 137 71
Binary 11111010 101001 10010010 0 1010100 101010 10 101001010 1011111 111001

Color Harmonies of #FA2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2992

Black with #FA2992

Text Example


Text Example

White with #FA2992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2992; }

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

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

background-color css

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

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

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

border-color css

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

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

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