Html Css Color HEX #FC328C Wild Strawberry

📋 copy color: '#FC328C'

red 252 ◦ green 50 ◦ blue 140

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

Shades of Wild Strawberry #FC328C

Tints of Wild Strawberry #FC328C

RGB

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

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

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

R = 57.01%
G = 11.31%
B = 31.67%

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

#FC328C (or 0xFC328C) is known color: Wild Strawberry. HEX triplet: FC, 32 and 8C. RGB value is (252,50,140). Sum of RGB (Red+Green+Blue) = 252+50+140=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC328C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC328C is #03CD73. Grayscale: #787878. Windows color (decimal): -249204 or 9188092. OLE color: 9188092.

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

Color convert

RGB 252 50 140 -
CMYK 0 0.80 0.44 0.01
HSL 333.27º 0.97% 0.59% -
HSV(B) 333.27º 0.8% 0.99% -
XYZ 46.02 24.87 27.19 -
YUV 120.66 138.92 221.68 -
System Red Green Blue C M Y K H S L
Decimal 252 50 140 0 0.80 0.44 0.01 333.27 0.97 0.59
Hex FC 32 8C 0 50 2C 1 14D 61 3B
Octal 374 62 214 0 120 54 1 515 141 73
Binary 11111100 110010 10001100 0 1010000 101100 1 101001101 1100001 111011

Color Harmonies of #FC328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC328C

Black with #FC328C

Text Example


Text Example

White with #FC328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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