Html Css Color HEX #FA2591 Wild Strawberry

📋 copy color: '#FA2591'

red 250 ◦ green 37 ◦ blue 145

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

Shades of Wild Strawberry #FA2591

Tints of Wild Strawberry #FA2591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.56%

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

R = 57.87%
G = 8.56%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA2591 (or 0xFA2591) is known color: Wild Strawberry. HEX triplet: FA, 25 and 91. RGB value is (250,37,145). Sum of RGB (Red+Green+Blue) = 250+37+145=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2591 is #05DA6E. Grayscale: #707070. Windows color (decimal): -383599 or 9512442. OLE color: 9512442.

HSL color Cylindrical-coordinate representation of color #FA2591: hue angle of 329.58º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2591 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 37 145 -
CMYK 0 0.85 0.42 0.02
HSL 329.58º 0.96% 0.56% -
HSV(B) 329.58º 0.85% 0.98% -
XYZ 45.2 23.69 28.98 -
YUV 113 146.07 225.72 -
System Red Green Blue C M Y K H S L
Decimal 250 37 145 0 0.85 0.42 0.02 329.58 0.96 0.56
Hex FA 25 91 0 55 2A 2 14A 60 38
Octal 372 45 221 0 125 52 2 512 140 70
Binary 11111010 100101 10010001 0 1010101 101010 10 101001010 1100000 111000

Color Harmonies of #FA2591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2591

Black with #FA2591

Text Example


Text Example

White with #FA2591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2591; }

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

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

background-color css

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

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

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

border-color css

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

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

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