Html Css Color HEX #FA3291 Wild Strawberry

📋 copy color: '#FA3291'

red 250 ◦ green 50 ◦ blue 145

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

Shades of Wild Strawberry #FA3291

Tints of Wild Strawberry #FA3291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.24%

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

R = 56.18%
G = 11.24%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA3291 (or 0xFA3291) is known color: Wild Strawberry. HEX triplet: FA, 32 and 91. RGB value is (250,50,145). Sum of RGB (Red+Green+Blue) = 250+50+145=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3291 is #05CD6E. Grayscale: #787878. Windows color (decimal): -380271 or 9515770. OLE color: 9515770.

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

Color convert

RGB 250 50 145 -
CMYK 0 0.8 0.42 0.02
HSL 331.5º 0.95% 0.59% -
HSV(B) 331.5º 0.8% 0.98% -
XYZ 45.68 24.65 29.14 -
YUV 120.63 141.76 220.28 -
System Red Green Blue C M Y K H S L
Decimal 250 50 145 0 0.8 0.42 0.02 331.5 0.95 0.59
Hex FA 32 91 0 50 2A 2 14C 5F 3B
Octal 372 62 221 0 120 52 2 514 137 73
Binary 11111010 110010 10010001 0 1010000 101010 10 101001100 1011111 111011

Color Harmonies of #FA3291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3291

Black with #FA3291

Text Example


Text Example

White with #FA3291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3291; }

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

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

background-color css

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

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

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

border-color css

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

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

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