Html Css Color HEX #FC328F Wild Strawberry

📋 copy color: '#FC328F'

red 252 ◦ green 50 ◦ blue 143

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

Shades of Wild Strawberry #FC328F

Tints of Wild Strawberry #FC328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.13%

R = 56.63%
G = 11.24%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC328F (or 0xFC328F) is known color: Wild Strawberry. HEX triplet: FC, 32 and 8F. RGB value is (252,50,143). Sum of RGB (Red+Green+Blue) = 252+50+143=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC328F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC328F is #03CD70. Grayscale: #787878. Windows color (decimal): -249201 or 9384700. OLE color: 9384700.

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

Color convert

RGB 252 50 143 -
CMYK 0 0.80 0.43 0.01
HSL 332.38º 0.97% 0.59% -
HSV(B) 332.38º 0.8% 0.99% -
XYZ 46.24 24.96 28.37 -
YUV 121 140.42 221.44 -
System Red Green Blue C M Y K H S L
Decimal 252 50 143 0 0.80 0.43 0.01 332.38 0.97 0.59
Hex FC 32 8F 0 50 2B 1 14C 61 3B
Octal 374 62 217 0 120 53 1 514 141 73
Binary 11111100 110010 10001111 0 1010000 101011 1 101001100 1100001 111011

Color Harmonies of #FC328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC328F

Black with #FC328F

Text Example


Text Example

White with #FC328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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