Html Css Color HEX #FA3392 Wild Strawberry

📋 copy color: '#FA3392'

red 250 ◦ green 51 ◦ blue 146

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

Shades of Wild Strawberry #FA3392

Tints of Wild Strawberry #FA3392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.41%

 BLUE value IS 146 (57.42% from 255) = 32.66%

R = 55.93%
G = 11.41%
B = 32.66%

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

#FA3392 (or 0xFA3392) is known color: Wild Strawberry. HEX triplet: FA, 33 and 92. RGB value is (250,51,146). Sum of RGB (Red+Green+Blue) = 250+51+146=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3392 is #05CC6D. Grayscale: #797979. Windows color (decimal): -380014 or 9581562. OLE color: 9581562.

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

Color convert

RGB 250 51 146 -
CMYK 0 0.80 0.42 0.02
HSL 331.36º 0.95% 0.59% -
HSV(B) 331.36º 0.8% 0.98% -
XYZ 45.8 24.77 29.56 -
YUV 121.33 141.93 219.78 -
System Red Green Blue C M Y K H S L
Decimal 250 51 146 0 0.80 0.42 0.02 331.36 0.95 0.59
Hex FA 33 92 0 50 2A 2 14B 5F 3B
Octal 372 63 222 0 120 52 2 513 137 73
Binary 11111010 110011 10010010 0 1010000 101010 10 101001011 1011111 111011

Color Harmonies of #FA3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3392

Black with #FA3392

Text Example


Text Example

White with #FA3392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3392; }

 p { color: rgb(250,51,146); }

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

background-color css

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

 a { background-color: rgb(250,51,146); }

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

border-color css

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

 span { border-color: rgb(250,51,146); }

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