Html Css Color HEX #FA3193 Wild Strawberry

📋 copy color: '#FA3193'

red 250 ◦ green 49 ◦ blue 147

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

Shades of Wild Strawberry #FA3193

Tints of Wild Strawberry #FA3193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.96%

R = 56.05%
G = 10.99%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA3193 (or 0xFA3193) is known color: Wild Strawberry. HEX triplet: FA, 31 and 93. RGB value is (250,49,147). Sum of RGB (Red+Green+Blue) = 250+49+147=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3193 is #05CE6C. Grayscale: #787878. Windows color (decimal): -380525 or 9646586. OLE color: 9646586.

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

Color convert

RGB 250 49 147 -
CMYK 0 0.80 0.41 0.02
HSL 330.75º 0.95% 0.59% -
HSV(B) 330.75º 0.8% 0.98% -
XYZ 45.79 24.63 29.94 -
YUV 120.27 143.09 220.53 -
System Red Green Blue C M Y K H S L
Decimal 250 49 147 0 0.80 0.41 0.02 330.75 0.95 0.59
Hex FA 31 93 0 50 29 2 14B 5F 3B
Octal 372 61 223 0 120 51 2 513 137 73
Binary 11111010 110001 10010011 0 1010000 101001 10 101001011 1011111 111011

Color Harmonies of #FA3193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3193

Black with #FA3193

Text Example


Text Example

White with #FA3193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3193; }

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

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

background-color css

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

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

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

border-color css

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

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

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