Html Css Color HEX #FC319E Wild Strawberry

📋 copy color: '#FC319E'

red 252 ◦ green 49 ◦ blue 158

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

Shades of Wild Strawberry #FC319E

Tints of Wild Strawberry #FC319E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.42%

R = 54.9%
G = 10.68%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC319E (or 0xFC319E) is known color: Wild Strawberry. HEX triplet: FC, 31 and 9E. RGB value is (252,49,158). Sum of RGB (Red+Green+Blue) = 252+49+158=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC319E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC319E is #03CE61. Grayscale: #797979. Windows color (decimal): -249442 or 10367484. OLE color: 10367484.

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

Color convert

RGB 252 49 158 -
CMYK 0 0.81 0.37 0.01
HSL 327.78º 0.97% 0.59% -
HSV(B) 327.78º 0.81% 0.99% -
XYZ 47.41 25.36 34.74 -
YUV 122.12 148.25 220.64 -
System Red Green Blue C M Y K H S L
Decimal 252 49 158 0 0.81 0.37 0.01 327.78 0.97 0.59
Hex FC 31 9E 0 51 25 1 148 61 3B
Octal 374 61 236 0 121 45 1 510 141 73
Binary 11111100 110001 10011110 0 1010001 100101 1 101001000 1100001 111011

Color Harmonies of #FC319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC319E

Black with #FC319E

Text Example


Text Example

White with #FC319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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