Html Css Color HEX #FA328C Wild Strawberry

📋 copy color: '#FA328C'

red 250 ◦ green 50 ◦ blue 140

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

Shades of Wild Strawberry #FA328C

Tints of Wild Strawberry #FA328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 56.82%
G = 11.36%
B = 31.82%

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

#FA328C (or 0xFA328C) is known color: Wild Strawberry. HEX triplet: FA, 32 and 8C. RGB value is (250,50,140). Sum of RGB (Red+Green+Blue) = 250+50+140=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA328C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA328C is #05CD73. Grayscale: #777777. Windows color (decimal): -380276 or 9188090. OLE color: 9188090.

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

Color convert

RGB 250 50 140 -
CMYK 0 0.8 0.44 0.02
HSL 333º 0.95% 0.59% -
HSV(B) 333º 0.8% 0.98% -
XYZ 45.3 24.5 27.15 -
YUV 120.06 139.26 220.68 -
System Red Green Blue C M Y K H S L
Decimal 250 50 140 0 0.8 0.44 0.02 333 0.95 0.59
Hex FA 32 8C 0 50 2C 2 14D 5F 3B
Octal 372 62 214 0 120 54 2 515 137 73
Binary 11111010 110010 10001100 0 1010000 101100 10 101001101 1011111 111011

Color Harmonies of #FA328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA328C

Black with #FA328C

Text Example


Text Example

White with #FA328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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