Html Css Color HEX #FA328D Wild Strawberry

📋 copy color: '#FA328D'

red 250 ◦ green 50 ◦ blue 141

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

Shades of Wild Strawberry #FA328D

Tints of Wild Strawberry #FA328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 56.69%
G = 11.34%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA328D (or 0xFA328D) is known color: Wild Strawberry. HEX triplet: FA, 32 and 8D. RGB value is (250,50,141). Sum of RGB (Red+Green+Blue) = 250+50+141=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA328D is #05CD72. Grayscale: #787878. Windows color (decimal): -380275 or 9253626. OLE color: 9253626.

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

Color convert

RGB 250 50 141 -
CMYK 0 0.8 0.44 0.02
HSL 332.7º 0.95% 0.59% -
HSV(B) 332.7º 0.8% 0.98% -
XYZ 45.37 24.53 27.54 -
YUV 120.17 139.76 220.6 -
System Red Green Blue C M Y K H S L
Decimal 250 50 141 0 0.8 0.44 0.02 332.7 0.95 0.59
Hex FA 32 8D 0 50 2C 2 14D 5F 3B
Octal 372 62 215 0 120 54 2 515 137 73
Binary 11111010 110010 10001101 0 1010000 101100 10 101001101 1011111 111011

Color Harmonies of #FA328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA328D

Black with #FA328D

Text Example


Text Example

White with #FA328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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