Html Css Color HEX #FA2E91 Wild Strawberry

📋 copy color: '#FA2E91'

red 250 ◦ green 46 ◦ blue 145

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

Shades of Wild Strawberry #FA2E91

Tints of Wild Strawberry #FA2E91

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.43%

 BLUE value IS 145 (57.03% from 255) = 32.88%

R = 56.69%
G = 10.43%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA2E91 (or 0xFA2E91) is known color: Wild Strawberry. HEX triplet: FA, 2E and 91. RGB value is (250,46,145). Sum of RGB (Red+Green+Blue) = 250+46+145=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2E91 is #05D16E. Grayscale: #767676. Windows color (decimal): -381295 or 9514746. OLE color: 9514746.

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

Color convert

RGB 250 46 145 -
CMYK 0 0.82 0.42 0.02
HSL 330.88º 0.95% 0.58% -
HSV(B) 330.88º 0.82% 0.98% -
XYZ 45.51 24.32 29.08 -
YUV 118.28 143.09 221.95 -
System Red Green Blue C M Y K H S L
Decimal 250 46 145 0 0.82 0.42 0.02 330.88 0.95 0.58
Hex FA 2E 91 0 52 2A 2 14B 5F 3A
Octal 372 56 221 0 122 52 2 513 137 72
Binary 11111010 101110 10010001 0 1010010 101010 10 101001011 1011111 111010

Color Harmonies of #FA2E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E91

Black with #FA2E91

Text Example


Text Example

White with #FA2E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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