Html Css Color HEX #FC328D Wild Strawberry

📋 copy color: '#FC328D'

red 252 ◦ green 50 ◦ blue 141

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

Shades of Wild Strawberry #FC328D

Tints of Wild Strawberry #FC328D

RGB

 RED value IS 252 (98.83% from 255) = 56.88%

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

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

R = 56.88%
G = 11.29%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC328D (or 0xFC328D) is known color: Wild Strawberry. HEX triplet: FC, 32 and 8D. RGB value is (252,50,141). Sum of RGB (Red+Green+Blue) = 252+50+141=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC328D is #03CD72. Grayscale: #787878. Windows color (decimal): -249203 or 9253628. OLE color: 9253628.

HSL color Cylindrical-coordinate representation of color #FC328D: hue angle of 332.97º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC328D is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 50 141 -
CMYK 0 0.80 0.44 0.01
HSL 332.97º 0.97% 0.59% -
HSV(B) 332.97º 0.8% 0.99% -
XYZ 46.09 24.9 27.58 -
YUV 120.77 139.42 221.6 -
System Red Green Blue C M Y K H S L
Decimal 252 50 141 0 0.80 0.44 0.01 332.97 0.97 0.59
Hex FC 32 8D 0 50 2C 1 14D 61 3B
Octal 374 62 215 0 120 54 1 515 141 73
Binary 11111100 110010 10001101 0 1010000 101100 1 101001101 1100001 111011

Color Harmonies of #FC328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC328D

Black with #FC328D

Text Example


Text Example

White with #FC328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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