Html Css Color HEX #FC319D Wild Strawberry

📋 copy color: '#FC319D'

red 252 ◦ green 49 ◦ blue 157

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

Shades of Wild Strawberry #FC319D

Tints of Wild Strawberry #FC319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.7%

 BLUE value IS 157 (61.72% from 255) = 34.28%

R = 55.02%
G = 10.7%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC319D (or 0xFC319D) is known color: Wild Strawberry. HEX triplet: FC, 31 and 9D. RGB value is (252,49,157). Sum of RGB (Red+Green+Blue) = 252+49+157=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC319D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC319D is #03CE62. Grayscale: #797979. Windows color (decimal): -249443 or 10301948. OLE color: 10301948.

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

Color convert

RGB 252 49 157 -
CMYK 0 0.81 0.38 0.01
HSL 328.08º 0.97% 0.59% -
HSV(B) 328.08º 0.81% 0.99% -
XYZ 47.33 25.33 34.29 -
YUV 122.01 147.75 220.72 -
System Red Green Blue C M Y K H S L
Decimal 252 49 157 0 0.81 0.38 0.01 328.08 0.97 0.59
Hex FC 31 9D 0 51 26 1 148 61 3B
Octal 374 61 235 0 121 46 1 510 141 73
Binary 11111100 110001 10011101 0 1010001 100110 1 101001000 1100001 111011

Color Harmonies of #FC319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC319D

Black with #FC319D

Text Example


Text Example

White with #FC319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC319D; }

 p { color: rgb(252,49,157); }

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

background-color css

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

 a { background-color: rgb(252,49,157); }

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

border-color css

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

 span { border-color: rgb(252,49,157); }

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