Html Css Color HEX #FA3295 Wild Strawberry

📋 copy color: '#FA3295'

red 250 ◦ green 50 ◦ blue 149

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

Shades of Wild Strawberry #FA3295

Tints of Wild Strawberry #FA3295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 55.68%
G = 11.14%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA3295 (or 0xFA3295) is known color: Wild Strawberry. HEX triplet: FA, 32 and 95. RGB value is (250,50,149). Sum of RGB (Red+Green+Blue) = 250+50+149=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3295 is #05CD6A. Grayscale: #787878. Windows color (decimal): -380267 or 9777914. OLE color: 9777914.

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

Color convert

RGB 250 50 149 -
CMYK 0 0.8 0.40 0.02
HSL 330.3º 0.95% 0.59% -
HSV(B) 330.3º 0.8% 0.98% -
XYZ 45.99 24.78 30.79 -
YUV 121.09 143.76 219.95 -
System Red Green Blue C M Y K H S L
Decimal 250 50 149 0 0.8 0.40 0.02 330.3 0.95 0.59
Hex FA 32 95 0 50 28 2 14A 5F 3B
Octal 372 62 225 0 120 50 2 512 137 73
Binary 11111010 110010 10010101 0 1010000 101000 10 101001010 1011111 111011

Color Harmonies of #FA3295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3295

Black with #FA3295

Text Example


Text Example

White with #FA3295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3295; }

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

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

background-color css

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

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

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

border-color css

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

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

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