Html Css Color HEX #FA3190 Wild Strawberry

📋 copy color: '#FA3190'

red 250 ◦ green 49 ◦ blue 144

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

Shades of Wild Strawberry #FA3190

Tints of Wild Strawberry #FA3190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.06%

 BLUE value IS 144 (56.64% from 255) = 32.51%

R = 56.43%
G = 11.06%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA3190 (or 0xFA3190) is known color: Wild Strawberry. HEX triplet: FA, 31 and 90. RGB value is (250,49,144). Sum of RGB (Red+Green+Blue) = 250+49+144=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3190 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3190 is #05CE6F. Grayscale: #777777. Windows color (decimal): -380528 or 9449978. OLE color: 9449978.

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

Color convert

RGB 250 49 144 -
CMYK 0 0.80 0.42 0.02
HSL 331.64º 0.95% 0.59% -
HSV(B) 331.64º 0.8% 0.98% -
XYZ 45.56 24.53 28.72 -
YUV 119.93 141.59 220.78 -
System Red Green Blue C M Y K H S L
Decimal 250 49 144 0 0.80 0.42 0.02 331.64 0.95 0.59
Hex FA 31 90 0 50 2A 2 14C 5F 3B
Octal 372 61 220 0 120 52 2 514 137 73
Binary 11111010 110001 10010000 0 1010000 101010 10 101001100 1011111 111011

Color Harmonies of #FA3190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3190

Black with #FA3190

Text Example


Text Example

White with #FA3190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3190; }

 p { color: rgb(250,49,144); }

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

background-color css

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

 a { background-color: rgb(250,49,144); }

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

border-color css

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

 span { border-color: rgb(250,49,144); }

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